<html> <body> <form action="/upload" enctype="multipart/form-data" method="post"> <input type="text" name="title"> <input type="file" name="file" multiple="multiple"> <input type="submit" value="Upload"> </form> </body> </html>