1 Kommentar (1 Kommentar)0 Reaktionen (0 Reaktionen)0 zugewiesene Personen (0 zugewiesene Personen)JavaScript590 Stars (590 Stars)103 Forks (103 Forks)batch import
help wanted
Beschreibung
- 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-Richtung
- 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.