I have implemented an image upload page using uploadifive. Is there a way to re-size images on client side rather than do it on server side? If images can be re-size on client side it will reduce the time for upload the images.
Can anyone give me some example to do it.
Finally I implemented image resize functionality and included into uploadifive js.
I modified $data.uploadFile method (line no 363)
and added helper methods as below