field-file-multiple.html 272 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <!DOCTYPE html> <html> <head> <title>Form field file multiple test</title> </head> <body> <form action="result.html" enctype="multipart/form-data"> <input type="file" name="files[]" multiple="multiple"> </form> </body> </html>