Page

F.14.1- Sample File Specification 01 - Simple Specification

  by NT Community Manager.
Last Updated  by NT Community Manager.  

PublicCategorized as Appendix F.

Not tagged.
<< F.14.0- File SelectorAppendixFF.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:

 

Appendixf_image034

 

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 SelectorAppendixFF.14.2- Sample File Specification 02 - Parsing Data >>

Copyright © 2003 by Wiley Publishing, Inc.

Powered by Near-TimeTerms of Services | Privacy Policy | Security Policy |