| <!DOCTYPE html> | |
| <html> | |
| <head></head> | |
| <body> | |
| <form id="form" method="POST" action="/echoall"> | |
| <input type="text" name="text" value="value"> | |
| <input type="submit"> | |
| </form> | |
| <form id="file-form" method="POST" action="/echoall" enctype="multipart/form-data"> | |
| <input type="file" id="file" name="file"> | |
| <input type="submit"> | |
| </form> | |
| </body> | |
| </html> |