Skip to main content
Version: v11.6.2

FileUpload - Basic Usage

  1. Drag and drop a FileUpload widget onto the canvas.
  2. You will be prompted to create a FileServiceUploadFile Variable. For this demo purpose, retain the default selections of Update data on input change. NOTE: You can create and use any service, but keep in mind that the operation selected should be able to accept file data. The default file service uploadFile operation fulfills this requirement.
  3. From the Properties panel, set the Multiple property to true, this will enable us to upload multiple files, else you can upload a single file at a time. fu_props
  4. Run the app, select files to upload fu_run

FileUpload Use Cases