hub.eb?material_id=370&track_id=368

Uploading a File from the Browser


Files can be uploaded from the browser using the form.uploadFileFromBrowser(options) method. The options parameter provides a way to define the:

  • target directory
  • maximum file size
  • accepted file types and MIME types

Uploaded files can be accessed and managed using the FileServices object.

Current Module

Related