Is it possible to have two “<input type=file>” within a single form?
问题 Is it possible to have something like the following <form id="uploadForm" action="upload.ashx" method="post" enctype="multipart/form-data"> <p>Upload File 1</p> <input type="file" name="file1"/> <p>Upload File 2</p> <input type="file" name="file2"/> <input type="submit" value="Submit" /> </form> I know I can use the Jquery Multi-File-Upload plugin to upload multiple files from a single input element. The situation is that the end user will be uploading multiple images of a product and I would