image icon indicating copy to clipboard operation
image copied to clipboard

MIME type not passed to ajax when using custom uploader

Open tiotdev opened this issue 6 years ago • 0 comments

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.

tiotdev avatar Aug 11 '19 10:08 tiotdev