Runtime components : Channels components : AJAX channel : Concepts : AJAX file upload request overview : The FileUpload widget supported by Web 2.0 runtime
  
The FileUpload widget supported by Web 2.0 runtime
The FileUpload widget
This graphic is described in the surrounding text.
The FileUpload widget consists of the following widgets:
FileUploader
In the FileUpload widget, the Browse button is the FileUploader widget. When a FileUploader widget is clicked, a window opens that allows a user to select the file that they want to upload.
Text
If a file upload request has been processed successfully, the name of the file is displayed in the Text widget. If the file upload request fails, an error message is displayed instead.
Button
The Button widgets in a FileUpload widget can be configured to enable a user to cancel a file upload request and to remove an uploaded file.
Multilingual support is provided for Button widget in the FileUpload widget. Multilingual support for a FileUpload widget can be configured only by a developer. A user cannot change the text that is displayed on a button of the FileUpload widget.
Fore more information on the properties of the FileUpload widget, refer to the FileUpload section in the Widget description chapter of the Development Tooling guide.
Go up to
AJAX file upload request overview