-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Hi to all,
I have always this error when I use plugin
This is my code with maximum size to 40MB but when I upload one file it's return always error.
Where I wrong?
pond = FilePond.create( inputElement , {
acceptedFileTypes: [
'image/*',
'application/pdf',
'application/msword',
'application/vnd.openxmlformats-officedocument.wordprocessingml.document'
],
labelFileTypeNotAllowed: 'Il tipo di file non può essere caricato',
fileValidateTypeLabelExpectedTypes: 'Sono accettati file di tipo IMAGE, PDF, DOC',
allowFileSizeValidation: true,
maxFileSize: '40MB'
});
Thanks
Metadata
Metadata
Assignees
Labels
No labels