html5uploader-debug.js revision 87fff29257e74dac31f23eac9e31c028a551057f
var substitute = Y.substitute;
function Html5Uploader(config) {
}
_foo: null,
_fileInputField: null,
_uploadQueue: null,
initializer : function () {
},
_uploadEventHandler : function (event) {
case "file:uploadprogress":
break;
case "uploadqueue:totaluploadprogress":
break;
case "file:uploadcomplete":
break;
case "uploadqueue:alluploadscomplete":
break;
case "uploadqueue:uploaderror":
}
},
_setMultipleFiles : function () {
if (this.get("multipleFiles") === true) {
}
else {
}
},
_bindSelectButton : function () {
},
_updateFileList : function (ev) {
parsedFiles = [];
});
this.set("fileList",
},
openFileSelectDialog : function () {
if (fileDomNode.click) {
fileDomNode.click();
}
},
renderUI : function () {
},
bindUI : function () {
this._bindSelectButton();
this._setMultipleFiles();
},
syncUI : function () {
},
errorAction: "restart",
});
this._uploadQueue.startUpload();
}
},
errorAction: "restart",
});
this._uploadQueue.startUpload();
},
errorAction: "restart",
});
this._uploadQueue.startUpload();
}
},
{
HTML5FILE_FIELD: "<input type='file' style='visibility:hidden; width:0px; height: 0px;'>",
NAME: "html5uploader",
ATTRS: {
},
value: null
},
value: false
},
appendNewFiles : {
value: true
},
simLimit: {
value: 2,
}
},
fileList: {
value: []
},
value: []
},
uploadURL: {
value: ""
}
}
});