react-file-picker
react-file-picker copied to clipboard
File size must be less than 2 MB.
When I try to upload a file greater than 2MB it throws an error saying File size must be less than 2 MB. I have seen there is no prop for maxFileSize. How can we upload a file greater than 2MB?
Regrards,
Did anybody find a solution to this? I am having the same problem
When I try to upload a file greater than 2MB it throws an error saying File size must be less than 2 MB. I have seen there is no prop for maxFileSize. How can we upload a file greater than 2MB?
Regrards,
you can solve this problem adding the maxSize property, which by default has 2Mb.
This is not error, the library implement that feature
Added this to the documentation in pull reqeust 28 https://github.com/meinstein/react-file-picker/pull/28