mother / react-files

A file input (dropzone) management component for React
MIT License
145 stars 35 forks source link

can't open file greater than 10MB #28

Closed KauelChile closed 4 years ago

KauelChile commented 4 years ago

Even if i set maxFileSize={9 999 999 999} i can't include files grather than 10 000 000B. Even if a don't specific tha variable. Why?

asabhaney commented 4 years ago

Not able to re-create this. There shouldn't be any max set by default. If you could provide a reproduction of the issue, that would help. Thanks :)