1.0.8 • Published 1 year ago
origam-plugin-filepond v1.0.8
Contains file upload plugin for Origam based on the filepond.js library.
File Upload Plugin
FileUploadPlugin
Properties that can be read from the model (defined in a widget):
ApiUrl
name of a string field which will be used to set endpointFilterFileType
name of a string field which will allow file type for upload.InvalidFileTypeMessage
name of a string field which will show text when file type is wrong.MaxParallelUploads
name of a number field which will set max paraell files to upload in a time.InstantUpload
name of a boolean field which will allow automatic upload (true) or manualy (false) upload files to the ApiUrl.