Big File Upload Element Properties

Located in the Properties panel:

  • Save Path: Specifies the directory or storage where uploaded files will be saved. Allows the file to be saved on the application server or a designated cloud service.
  • Chunk Size: Allows large files to be uploaded in chunks. For example, with the parameter set to 10 MB, files can be copied into 10 MB chunks at the same time.
  • Label: It is the description text that appears next to the file upload element. It allows you to specify for users what the upload area is for and what type of files will be uploaded. For example, “Please upload your file.”
  • Hint: Helpful text that provides tips or instructions for uploading files. For example, “You can upload files up to 100 MB in size.” It allows you to use it for warning or informational purposes.