I've been searching without success for an example of displaying a user's local files and folders in the Kendo TreeView. Kendo's own TreeView demo fakes it by hard-coding folder and file names, but is there a way to populate it with real folders/files? A number of forum postings have mentioned that a client's file system is typically not accessed in a web application for security reasons, but I have been to plenty of sites that allow uploading of local files, so there must be a way. Does anyone have a jquery example of this? I'm writing an ASP.NET MVC application so we won't be able to access anything client-side from models or controllers, but I'm thinking a script in the view might do the trick. Any help would be appreciated!