Tapfiliate / tapatar

Other
50 stars 23 forks source link

Add a handler for a save button #15

Open jaimestuardo opened 6 years ago

jaimestuardo commented 6 years ago

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

twainj commented 5 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