Mercurial Hosting > luan
comparison src/goodjava/webserver/examples/post_multipart.html @ 1402:27efb1fcbcb5
move luan.lib to goodjava
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 17 Sep 2019 01:35:01 -0400 |
parents | src/luan/lib/webserver/examples/post_multipart.html@643cf1c37723 |
children |
comparison
equal
deleted
inserted
replaced
1401:ef1620aa99cb | 1402:27efb1fcbcb5 |
---|---|
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> |