You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!!!
The text was updated successfully, but these errors were encountered:
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!!!
The text was updated successfully, but these errors were encountered: