F.14.1- Sample File Specification 01 - Simple Specification
by NT Community Manager.
|
| << F.14.0- File Selector | AppendixF | F.14.2- Sample File Specification 02 - Parsing Data >> |
Sample File Specification 01 – Simple Specification
The page File01Form.htm contains just a Browse… button and a Submit button:
...
<BODY>
<H3>File 01 Form</H3>
<FORM ACTION="File01Response.asp" METHOD=GET NAME="Form1">
<INPUT TYPE="FILE" value="" NAME="FilePicked">
<INPUT TYPE="SUBMIT" VALUE="Submit">
</FORM></BODY>
...
|
Clicking Browse… brings up a window allowing you to browse the files on your computer:
|
|
The response page simply confirms your selection:
...
<BODY>
<H3>File 01 Response</H3>
We have received your file selection as <BR>
<%=Request.QueryString("FilePicked")%>
</BODY>
...
Note that the file data is not actually received at the server. Only specific file elements available in the QueryString collection can be accessed.
| << F.14.0- File Selector | AppendixF | F.14.2- Sample File Specification 02 - Parsing Data >> |

RSS


