- <!DOCTYPE html>
- <html>
- <body>
- <form method="POST" action="/upload" enctype="multipart/form-data">
- <input name="my_file1" type="file"/>
- <input name="my_file2" type="file"/>
- <input name="my_file3" type="file"/>
- <button type="submit">Upload</button>
- </form>
- </body>
- </html>
|