<!DOCTYPE html> <html> <head> <title></title> </head> <body> <form method="post" enctype="multipart/form-data"> <input type="file" name="file[]" multiple> <input type="submit"> </form> </body> </html>