Click here to Skip to main content
15,889,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I want to implement Multiple File Upload functionallity using Rad Upload Control in silverlight.
It must contain the following functionality.
1] When I Drag n Drop Multiple Files a tab should be opened that means whenever i drag and drop at that time it should open seperate tab. The Reason behind separate tab is that i am providing the categories for that documents . There are Different types of categories.
2] When i click on Upload button it should start uploading.While uploading i am sending the Document Info object containing all the info. about the Document as a XML through additional post field.
3] I can switch from one tab to another wile uploading the files as well as i can start uploading from different tab at a time.
3] While uploading it must show the progress bar.
4] On RadUploadHandler Side i.e(at server side)I want to save that Files to the Folder which will be created according to the document id i.e ech document have a document Id.
5] also, In SaveChunkData Method i want to save the data related to the document in the Database.

Can anyone provide me the solution? I tried it but the problem is that i can upload only 8Mb (i.e total Upload Size) in one tab with the buffer size 4MB. If i increase the BufferSize it wont show the Progress Bar.

Thanks,
Umesh Tayade
Posted
Updated 8-Aug-11 2:24am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900