1. Modify image and storing it on the server
A proof of concept that does the following:
- Loads an image into a canvas.
- Modify the image.
- Load the canvas content into an img element.
- Saves the canvas as an image serverside.
2. Drag & drop image upload sample with dropzone
Places 2 dropzones on the page and handles the upload with dropzone.php.