| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>E2E Test - Upload</title> | |
| </head> | |
| <body> | |
| <h1>Upload Test</h1> | |
| <form id="upload-form"> | |
| <input type="file" id="single-file" name="file"> | |
| <input type="file" id="multi-file" name="files" multiple> | |
| <button type="submit">Upload</button> | |
| </form> | |
| </body> | |
| </html> | |