I’ve been looking for, but haven’t been able to find, a Web/JavaScript based image editor. Something like aviary, but with the ability to POST the image data back to my hosted server directly (without processing by aviary before POSTing to my server).
I’m only looking for basic image editing – cropping, resizing and maybe some filtering capabilities.
Aviary would’ve been the solution, but the aforementioned limitations rule it out as viable.
I use Aviary and all I do is take the data and send it to a new page and save it to the server using asp.net
On the edit page I changed the function:
On the following page I save the file with the code below: