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!!!
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"