meinstein / react-file-picker

Sensible file input wrappers. Demo included.
19 stars 15 forks source link

Removed the file size limit #16

Open quarterpound opened 4 years ago

quarterpound commented 4 years ago

There is no mention of the maxSize prop in the Readme and thought that there is no way to limit size on our own. I found out about the prop after I looked at the code. This was a mistake.

KBB99 commented 3 years ago

I agree with imenesesl it can be useful to have a maximum limit so we shouldn't remove it. However, I can add the prop specification to the documentation if needed. @imenesesl or @quarterpound please let me know if you would like me to do so.

KBB99 commented 3 years ago

@imenesesl Added to documentation and made pull request here: https://github.com/meinstein/react-file-picker/pull/28