We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
e20c312
fileValidateSizeFilter
false
Only validate the size of files that are not images.
const pond = FilePond.create(inputElement, { maxFileSize: '100KB', fileValidateSizeFilter: file => !/image/.test(file.type) });