Skip to content

Instantly share code, notes, and snippets.

@nixon1333
Last active August 29, 2015 14:05
Show Gist options
  • Save nixon1333/772d7234dcde2cfbd8b1 to your computer and use it in GitHub Desktop.
Save nixon1333/772d7234dcde2cfbd8b1 to your computer and use it in GitHub Desktop.
Dropzone Helper files https://github.com/enyo/dropzone
var myDropzone = Dropzone.forElement("#nixon");
myDropzone.on("uploadprogress", function(file, message) { console.log(message); });
myDropzone.destroy();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment