Pastebin
Paste #1947: upload-form.html
< previous paste - next paste>
Pasted by root@syrah
<!DOCTYPE HTML> <html lang="en"> <head> <meta charset="UTF-8"> <title></title> </head> <body> <form action="http://syrah:8080/upload" method="post" enctype="multipart/form-data"> <input type="text" name="name" /> <input type="file" name="data" /> <input type="submit" name="submit" /> </form> </body> </html>
New Paste
Go to most recent paste.