blueberryapps / redux-file-upload

Redux-friendly file upload made easy
MIT License
65 stars 17 forks source link

Can't load file #19

Open ilusharulkov opened 7 years ago

ilusharulkov commented 7 years ago

Hello! Thanks for your library - it is excelent! But I have problem with file formats It doesn't matter what file formats I specify in allowedFileTypes only images are loaded. for example I specify: ` <FileUpload allowedFileTypes={['jpg', 'pdf', 'png', 'zip', 'xlsx']} data={{ id: props.id }} dropzoneId={props.uploader} url="upload"

` but I can't load zip or xlsx file! Please help!!!