fengyuanchen / photo-editor

A simple photo editing application.
https://fengyuanchen.github.io/photo-editor
MIT License
936 stars 238 forks source link

after editing photo #3

Closed kamov closed 8 years ago

kamov commented 8 years ago

can I save the photo edited by users by clicking somewhere? there is api for this?

fengyuanchen commented 8 years ago

Do you mean to upload the cropped image to server-side?

kamov commented 8 years ago

Yes right, upload the "edited"/cropped image on server side.

fengyuanchen commented 8 years ago

As this is a client photo editor, we don't support your feature. You can easy to send the cropped image, a base 64 url string to server-side with ajax. So just customize it by yourself if you need.