scottcheng / cropit

A "customizable crop and zoom" jQuery plugin.
http://scottcheng.github.io/cropit/
MIT License
875 stars 304 forks source link

Upload cropped Image #32

Closed derSteffen closed 9 years ago

derSteffen commented 9 years ago

Hello,

Is there an opinion that the cropped image will be upload to a special folder on the server?

Thank you very much!

Greetings

scottcheng commented 9 years ago

You can take the image data of the cropped image in JavaScript and send it to anywhere via a HTTP request. Based on what I understand you can save the image to a folder using server-side script. Let me know if this makes sense.