<!DOCTYPE html> <html> <head> <title>Project APi File Convert</title> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" > <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> </head> <body> <form action="curl.php" method="POST" enctype="multipart/form-data"> <div class="container"> </br></br></br></br></br></br> <div class="form-group"> <label>Select Input Format</label> <select class="form-control" name="inputformat"> <option>Select Format</option> <option value="key">key</option> ...