1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -04:00
elinks/test/cgi/big_file.html
Witold Filipczyk 10caf7a4bc Added test for uploading big files.
the big_file.cgi calculates size and md5sum of sent file.
2008-04-27 12:41:01 +02:00

10 lines
196 B
HTML

<html>
<body>
<form name="a" method="POST" enctype="multipart/form-data"
action="big_file.cgi">
File:<input type="file" name="file" />
<input type="submit" value="Send" />
</form>
</body>
</html>