drag and drop - Dropzonejs issue with resolution of an image -


i have issue dropezonejs. apparently, when image has resolution more 72dpi, thumbnail not generated , stop here.

you can try in dropzonejs website uploading different kinds of images. (images <72dpi won't displayed thumbnails)

any ideas solve problem?

probably you're backend doesn't accept cmyk files. i've had same issue java imageio, making change in backend support upload of cmyk file


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -