Open JeremyFagis opened 9 years ago
+1
dragstart dragend dragenter dragover dragleave
i love dropify. it saves me lot of time.
the quest: in my form I need to post 2 cases:
it was an example of why people may need additional actions.
@iblis76 This is the same scenario as #55
I think simplest way is after the dropify element already initialized, we looking for class .dropify-remove
and bind click event
into it
$('.dropify').find('.dropify-remove').on('click',(e)=>callback(e))
Before/after remove. Before/after drop ? Before/after show preview ?