Mercurial Hosting > luan
view src/luan/lib/webserver/examples/post_multipart.html @ 1347:643cf1c37723
move webserver to lib and bug fixes
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 25 Feb 2019 13:02:33 -0700 |
parents | src/luan/webserver/examples/post_multipart.html@5dbb552075ff |
children |
line wrap: on
line source
<!doctype html> <html> <body> <form action=/params method=post enctype="multipart/form-data"> <p>a <input name=a></p> <p>b <input name=b></p> <p><input type=file name=file></p> <p><input type=submit></p> </form> </body> </html>