Hello,
Q1. Uploading file in chunks, it's very useful in fact. I learned that browsers have supported API "Blob" and "File" in javascript, Will it be released in next version?
Q2. I think, if there is an API function (such as uploadSelectedFiles, etc.) instead of the following code, it will be better.
wrapper.find("..k-upload-selected").triggerHandler("click")