This question is locked. New answers and comments are not allowed.
For a project, we need to upload sometimes large files. An attempted solution using asycn calls and List.Add(File) yielded very low capabilities for uploading files. We are currently using a RadGridView to display documents associated with a given task. Whenever the document selection changes, the properties of the newly selected document are displayed in a seperate view. This is accomplished using event aggregators, and is only a minor detail in regards to my problem.
The goal of the project is to allow for drag and drop funcitonality. Using an event handler for the drop event we were able to upload very small documents (< 50 KB). This is far too small for our purposes.
The following solution was presented:
http://tv.telerik.com/watch/silverlight/video/telerik-silverlight-controls-and-sharepoint-2010-part-5
Is there a way we could implement a similar system of chunking in the event handler of the RadGridView?
Thank you for your help,
Nathan
The goal of the project is to allow for drag and drop funcitonality. Using an event handler for the drop event we were able to upload very small documents (< 50 KB). This is far too small for our purposes.
The following solution was presented:
http://tv.telerik.com/watch/silverlight/video/telerik-silverlight-controls-and-sharepoint-2010-part-5
Is there a way we could implement a similar system of chunking in the event handler of the RadGridView?
Thank you for your help,
Nathan