mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-03 08:07:17 -05:00
10 lines
196 B
HTML
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>
|