Is there any support for breaking large files into smaller chucks using slice()?
1 Answer, 1 is accepted
0
T. Tsonev
Telerik team
answered on 03 Dec 2012, 02:25 PM
Hello,
This idea has definitely crossed our minds, but it poses two problems:
There's no way to implement it without a server handler that reconstructs the file from the slices. I'm not aware of any web server that does this on its own.
Older browsers lack built-in support for the File API. Working around this requires using Flash/Silverlight.
These put it squarely outside of the Kendo UI scope, as it is a client-side framework based on standard HTML features.
Greetings,
Tsvetomir Tsonev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!