Hello,
If I want to upload a large file in chunks, is there any suggestion?
And, I had an upload control, and is there any method that I can fire "upload" in my code on demand.
$("#files").kendoUpload({
async: {
saveurl: "Mary.aspx?save=1",
removeurl: "Mary.aspx?remove=1",
removeField: "removefiles[]",
autoupload: false
},
multiple: true,
showFileList: true
});