FilePondUpload

FilePondUpload (ODC)

Stable version 1.0.0 (Compatible with ODC)
Uploaded on 16 July 2024 by Kiandra IT
FilePondUpload

FilePondUpload (ODC)

Details
Detailed Description

A React file upload widget that allows multiple file upload, automatic upload, drag/drop, image preview, asynchronous upload and image editing that works on all browsers. It uses the awesome FilePond javascript library. https://pqina.nl/filepond/ by Rik Schennink.

NB: This library requires the UploadCore forge component installed in the same environment. It uses a weak dependency to a REST API so the platform will not warn if UploadCore is missing.


This library exposes the following blocks

  • UploadBlock: A multiple file upload widget. It requires the user to take an action once the file has been uploaded, such as Submit or Save.
  • AutoUploadBlock: A multiple file upload widget which will upload files without requiring a submit button.

The blocks will upload multiple files, however, it can be configured to limit uploads to a single file at a time.

Uploads are performed asynchronously in the background. Large files may require adjustment of the UploadFileTimeoutSeconds setting.

Limitations

This library requires the UploadCore forge component installed in the same environment.

Release notes 

Updated dependencies. The library to uses the latest HTTP component.