comparison 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
comparison
equal deleted inserted replaced
1346:efd1c6380f2c 1347:643cf1c37723
1 <!doctype html>
2 <html>
3 <body>
4 <form action=/params method=post enctype="multipart/form-data">
5 <p>a <input name=a></p>
6 <p>b <input name=b></p>
7 <p><input type=file name=file></p>
8 <p><input type=submit></p>
9 </form>
10 </body>
11 </html>