beamworks / react-csv-importer

Uploader + CSV parser + raw file preview + UI for custom user column mapping, all in one
https://www.npmjs.com/package/react-csv-importer
MIT License
231 stars 95 forks source link

Restrict maximum file size #56

Open reginz opened 2 years ago

reginz commented 2 years ago

I want to restrict the maximum file size a user can upload. Is there something like this for this package https://www.telerik.com/kendo-react-ui/components/upload/restrictions/

If not do you know how can I build it by myself?

unframework commented 2 years ago

Hmm, this might need a UI change but this is a good feature to have. I might add a file validator prop so that the error message can show up directly on the first screen with the file drop zone - this is in the FileSelector file. Thanks for the suggestion!