Skip to content

Commit

Permalink
add example options
Browse files Browse the repository at this point in the history
  • Loading branch information
jnxyx committed Sep 20, 2016
1 parent 725f300 commit 780b778
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion example/diff01.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
id: 'uploadContainer',
dragElement: getClass('upload-drop')[0],
dragClass: 'drag',
loadFiles: ['http://my.com/upload/upload/20160920045228_169.png'],
// loadFiles: ['http://my.com/upload/upload/20160920045228_169.png'],
// size: '92kb',
// ext: '.jpg',
validateCallBack: function(info) {
Expand Down Expand Up @@ -62,6 +62,10 @@
}
});

// upload.getFiles();

// upload.getOptionsLog();

function getId(id) {
return document.getElementById(id);
}
Expand Down

0 comments on commit 780b778

Please sign in to comment.