jquery-filedrop
jquery-filedrop copied to clipboard
Upload on button click
I'm very satisfied with this library but I would like to disable the automatic-upload feature. Is there a way to attach the upload function to a custom 'send' button click event?
@jeanie77 https://github.com/weixiyen/jquery-filedrop/blob/master/jquery.filedrop.js#L92
move the upload(); to your button click event
I'm having the same issue. @hklcf can you pls elaborate how I can "move the upload(); to your button click event" thank you!