Added test for uploading big files.
[elinks.git] / test / cgi / big_file.html
blobe80850711a1c2e0a199f7bd61666f838b745ac82
1 <html>
2 <body>
3 <form name="a" method="POST" enctype="multipart/form-data"
4 action="big_file.cgi">
5 File:<input type="file" name="file" />
6 <input type="submit" value="Send" />
7 </form>
8 </body>
9 </html>