1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript590 stars (590 stars)103 forks (103 forks)batch import
help wanted
Description
- if to load files except the image , there is a mistake:
"Cannot pre-load anything other than images" upload.js:275.
- and "allowedFileTypes" not supported mime-type "text/plain"?
sorry for bad English
- Issue type
- bug
- Research direction
- Look at upload.js around line 275 where the 'Cannot pre load anything other than images' error is thrown. Check how allowedFileTypes is used to support text/plain and other non image mime types. Consider updating the validation logic to allow common file types.