JeremyFagis/dropify

can I resize the image before uploading?

xpanta opened this issue · 2 comments

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.

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

Does dropify support canvas?
How to do it?