react-csv-importer icon indicating copy to clipboard operation
react-csv-importer copied to clipboard

Restrict maximum file size

Open reginz opened this issue 3 years ago • 1 comments
trafficstars

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?

reginz avatar Jan 17 '22 09:01 reginz

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!

unframework avatar Jan 20 '22 17:01 unframework