Hi,
I have a Custom File System Provider which I use to display and upload files to a shared network drive. Display files, and download files are working fine, however, upload is not working. As per this article
In my case, its not going to GetFile and StoreFile at all. I have breakpoints and Not implemented exceptions thrown from these functions and the cursor is not getting there. When I hit the upload button, the upload dialogue shows, I can select the file and click on Upload and nothing happens.
I appreciate any inputs.
Thanks,
Saritha
I have a Custom File System Provider which I use to display and upload files to a shared network drive. Display files, and download files are working fine, however, upload is not working. As per this article
Uploading FileGetFile - Returns Stream for accessing the contents of the file item with the given UrlStoreFile - Creates a file item from a Telerik.Web.UI.UploadedFile in the given path with the given name.ResolveRootDirectoryAsTree - Update the RadTreeView in RadFileExplorerResolveDirectory - Updates the RadTreeViewResolveRootDirectoryAsTree - Updates the RadGridResolveDirectory - Updates the RadGridIn my case, its not going to GetFile and StoreFile at all. I have breakpoints and Not implemented exceptions thrown from these functions and the cursor is not getting there. When I hit the upload button, the upload dialogue shows, I can select the file and click on Upload and nothing happens.
I appreciate any inputs.
Thanks,
Saritha