MIME type not passed to ajax when using custom uploader
Open
- Dominant language
- TypeScript
- Stars
- 285
- Forks
- 307
- PR merge metrics
- No merged PRs in 30d
Description
If a custom uploader with uploadByFile is used, the mime type specified with `types` is not used, neither is `image/*`. Instead, the default of the ajax libary `*/*` is used. Especially on mobile devices this is annoying since the general file picker instead of the image file picker is opened.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.