In your web screens you can gather an input file by allowing the end user to browse the local file system. This behavior is implemented by the Input Filename widget.

How to Upload a file:

In your web screen or web block, you must:

  1. Add the Input Filename widget. The end-user uses the "Browse" button to specify the name of the file to be uploaded.

  1. Add a Button or a Link widget. When the end-user clicks on one of these widgets, the input information (the file) is "uploaded" to the server, that is, it is submitted and its runtime properties become available. The action associated with the button or link can, then, manipulate the file content.

See Also

Layout of Widgets | Input Filename Widget Properties | Input Filename Widget Runtime Properties | Apply Web Styles