You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
Before all congratulations on the fancyuploader , it's really good and interactive but i have a question.
Is it possible to add a callback function (similiar of added)? that we can use everytime a item is removed to return which item we removed and to do other things after that removal? For example (according to function added)
removed: function (e, data) {
alert("uhuhuhuh you did it");
//now do some extra code here example
}
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hello!
Before all congratulations on the fancyuploader , it's really good and interactive but i have a question.
Is it possible to add a callback function (similiar of added)? that we can use everytime a item is removed to return which item we removed and to do other things after that removal? For example (according to function added)
removed: function (e, data) {
alert("uhuhuhuh you did it");
//now do some extra code here example
}
Thanks in advance
The text was updated successfully, but these errors were encountered: