Open jaimestuardo opened 6 years ago
I came across this same need, and added a handler that is working for me. I created a new source (based off the local source), and included an onSave() function that submitted the image data to my server. See my pull request for more info: https://github.com/Tapfiliate/tapatar/pull/16
I have observed that when click on the "Save" button, no event is generated.
This could be useful to actually upload the image to the server.
Regards Jaime