Initial commit of newLISP.
[newlisp.git] / examples / upload.html
blob5ddfa80b1fdcb85b07fdc45456bb0f2cf2a766e6
1 <html>
2 <head><TITLE>File Upload</TITLE></head>
4 <body>
6 <h2>Upload File</font></h2>
7 <form name="FileUpload" action="upload.cgi"
8 method="POST" enctype="multipart/form-data">
9 <input type="file" name="uploaded_data" size="40">
10 <input type="submit" value="Upload" name="submit">
11 </form>
13 </body>
14 </html>