<%@ LANGUAGE="VBSCRIPT" %> <% '--- Module: Fileupload.html '--- '--- Simple file upload form, consisting of only a single file upload form element '--- %> File Upload

File Upload

 

<% '--- '--- Note the special form definition tag: ENCTYPE="multipart/form-data" '--- %>
<% '--- '--- Note the use of the TYPE="FILE" specification '--- %>
Enter Filename:
Browse to select the file you wish to upload and press the "Upload File" button.