1 留言 (1 留言)0 反應 (0 反應)0 負責人 (0 負責人)JavaScript590 star (590 star)103 fork (103 fork)batch import
help wanted
描述
- 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
- 議題類型
- bug
- 研究方向
- 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.