Updates to Demo (#143)

* 1.0.0

* Added 'select' input

* Added loader

* Fix File Reader
This commit is contained in:
Chinmay Pandhare
2017-10-19 02:32:42 +05:30
committed by Jeffrey Warren
parent 14c59be19c
commit 135c142ba8
5 changed files with 59 additions and 8 deletions

View File

@@ -6,6 +6,8 @@ function setupFileHandling(_sequencer, dropzoneId, fileInputId) {
fileInputId = fileInputId || "fileInput";
var fileInput = $('#' + fileInputId);
var reader = new FileReader();
function handleFile(e) {
e.preventDefault();