Click here to Skip to main content
15,893,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI
I need to create an upload control

which will have no upload size limit.

i am trying to dived the file in to several chunks
and then upload each chunk and in server side combine those chunks to original file.

Please help me in dividing the file in separate chunks.

Regards
Ajish
Posted

Have a look at this: http://www.plupload.com/index.php[^] - it's open source, and checks to see how it can do it best. I haven't used it, but it is supposed to be pretty good.
 
Share this answer
 
hi thanks for your suggestion
but i have already seen pulpload and some other controls
but nothing seems to work properly for a large file sizes like >5gb and all
so i wanted to create my own instead of going for a third party upload

can you provide me any insight in to how a file can be divided in to chunks locally in an asp.net application
 
Share this answer
 
Comments
André Kraak 19-Dec-12 1:05am    
If you have a question about or comment on a given solution use the "Have a Question or Comment?" option beneath the solution. When using this option the person who gave the solution gets an e-mail message and knows you placed a comment and can respond if he/she wants.

Please move the content of this solution to the solution you are commenting on and remove the solution.
Thank you.

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