💾 Archived View for gemini.rmf-dev.com › repo › Vaati › Upload › files › bd0a2921e531194f5e98572a683… captured on 2023-09-08 at 16:43:14. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-04-26)

🚧 View Differences

-=-=-=-=-=-=-

Go Back

0 <html>

1 <head>

2 <title>Upload file</title>

3 </head>

4 <body>

5 <form enctype="multipart/form-data" action="/upload" method="post">

6 <p><a href="/">Go back</a></p>

7 <input type="file" name="uploadFile" />

8 <input type="submit" value="upload" />

9 </form>

10 </body>

11 </html>

12