Input File Upload
The purpose of this element is to allow client system files to be uploaded to the web server. It's similar to the Input Text element but a value cannot be entered directly. Clicking the text box or the included "Browse..." button launches the client file explorer tool so the user can navigate through the file system to identify the desired file. The data selected must be a fully-qualified file path and file name.
Using It
The element has many of the attributes of the Input Text element but none that are special or unique. It can be used by itself or within an Input Grid element to make alignment with other Input elements easier.
Getting Its Data
When the page containing this element is submitted, an RFC 1867 file upload occurs. The uploaded file is then available and must be processed or saved using a Process task and the Procedure.Save File Upload element. A variety of information about the uploaded file (name, type, size, etc.) is then available using @Procedure tokens. For detailed information about these tokens and file upload processing, see Upload Files to the Web Server.
More Information
For additional information, see the Element Reference entry for Input File Upload.