Skip to main content
Version: v10.15

File Upload Widget Operations

The uploaded files will be available in the upload folder and can be referred to using the listFiles and deleteFiles methods.

This section showcases using Fileupload widget to :

  1. upload a file in the default upload directory
  2. List the uploaded files
  3. Delete the uploaded files
  4. Download the files using File Service download operation.
  5. Download inline the file to view the contents in a widget

File Upload Use Cases