I am making an image resizer application in which the user should be able to upload multiple images that he wants to get resized. After successfully uploading the images, the user should be able to download resized images as well.
I’m taking input images through the file uploader. Which are actually “media objects”. Here I got stuck. How can I resize those images?
Also, I’m unable to understand how can I let the user download the resized images through a download button.
A sample code would be highly appreciated.
Hello,
Please search the forum for “image resize” as there are a few examples (including a clone) to look at.