Guest User

Untitled

a guest
Oct 20th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <input type="file" name="pFile" id="primaryFile-20" size="35" maxlength="250" value="">
  2.  
  3. Dropzone.options.myAwesomeDropzone = {
  4. autoProcessQueue : false,
  5. dictDefaultMessage: "Drop file here and use checkin button for upload",
  6. url: "/cs/idcplg?",
  7. init : function() {
  8.  
  9. myDropzone = this;
  10.  
  11. this.on("dragend",function(event) {
  12.  
  13. document.getElementsByName("pFile).files=myDropzone.files;
  14.  
  15. }
  16.  
  17.  
  18.  
  19. }
  20.  
  21.  
  22. }
Add Comment
Please, Sign In to add comment