JeremyFagis / dropify

Override your input files with style — Demo here : http://jeremyfagis.github.io/dropify
MIT License
974 stars 399 forks source link

can I resize the image before uploading? #88

Open xpanta opened 6 years ago

xpanta commented 6 years ago

Hi, I would like to know if there is an option or a hack that I can use to resize or compress an image before http uploading. it seems that my server cannot accept file sizes more than 5GB and I don't want to force user to resize the image before it is uploaded.

Thanks.

anselmoalexandre commented 6 years ago

Hello @xpanta If you are doing in php, you can use image intervetion to resize your images on server-side.http://image.intervention.io/

dimawar commented 4 years ago

Does dropify support canvas? How to do it?