image
image copied to clipboard
MIME type not passed to ajax when using custom uploader
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.