-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Hi, thanks for the great plugin.
I want my users to be able to upload images and videos using the same filepond uploader. For images I want a smaller max file size and for videos I want a bigger max file size.
Would it make sense to add this configuration to the plugin? Something like this would fit the use-case perfectly:
const filePondOptions = {
maxFileSize: {
"image/*": 5242880,
"image/png": 10485760,
"video/mp4": 104857600,
},
}
Cheers
andreipopovici, shierro, ZeroxJP, mehmetali-samioglu, willvincent and 1 more
Metadata
Metadata
Assignees
Labels
No labels