dropify icon indicating copy to clipboard operation
dropify copied to clipboard

Add events.

Open JeremyFagis opened this issue 10 years ago • 5 comments

Before/after remove. Before/after drop ? Before/after show preview ?

JeremyFagis avatar Jun 18 '15 15:06 JeremyFagis

+1

polikin avatar Oct 09 '15 14:10 polikin

dragstart dragend dragenter dragover dragleave

polikin avatar Oct 16 '15 19:10 polikin

i love dropify. it saves me lot of time.

the quest: in my form I need to post 2 cases:

  1. when file replaced
  2. when file removed the problem is that in both cases input.file sends empty data and system cannot understand what I want. solution: add additional data to any case (input.hidden) to do that I need more events. particularly in the "setFilename" function.

it was an example of why people may need additional actions.

ghost avatar Dec 31 '15 20:12 ghost

@iblis76 This is the same scenario as #55

str avatar Apr 06 '17 01:04 str

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))

jinhduong avatar Nov 17 '17 10:11 jinhduong