How can i submit a form which contains an image and store it in img/orginal folder and then resize it to a few different sizes and store them in img/small img/medium img/large using the CakePHP media plugin or any other plugin.
I just want to know is it possible to upload an image by sending the file to the server and running an action where i can do a little bit of logic and return back and display the image.
Please guide me where i should start.