1.0.8 • Published 2 years 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):
ApiUrlname of a string field which will be used to set endpointFilterFileTypename of a string field which will allow file type for upload.InvalidFileTypeMessagename of a string field which will show text when file type is wrong.MaxParallelUploadsname of a number field which will set max paraell files to upload in a time.InstantUploadname of a boolean field which will allow automatic upload (true) or manualy (false) upload files to the ApiUrl.