Click here to Skip to main content
15,891,943 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have saved the files which have been uploaded by all candidates in a folder. How to download these various types of files in a single download function. Please give me a code snippet
Posted
Updated 1-Feb-12 21:31pm
v2
Comments
Rajesh Anuhya 2-Feb-12 3:33am    
Your Question is not clear for me.

Traditional solution is ugly: the user inputs how many files to upload, the page created appropriate number if control in the form, the user submits it and server-side process the HTTP post. There are more elegant solutions based on ActiveX-based multiselect dialog box, but these solutions are only for Windows platform and hence not acceptable.

I found a very nice demo: http://blueimp.github.com/jQuery-File-Upload/[^].

You can download the page, calculate URLs of all scripts, style sheets and other resources and download them, too. This way, you will get a local copy of this page and see how it works.

—SA
 
Share this answer
 
v2
Comments
Tech Code Freak 2-Feb-12 5:06am    
5up!
Sergey Alexandrovich Kryukov 2-Feb-12 12:58pm    
Thank you.
--SA
You can compress file and then download them together. Refer this
http://www.4guysfromrolla.com/articles/092910-1.aspx[^]
http://www.vwd-cms.com/Forum/Forums.aspx?topic=18[^]
 
Share this answer
 
Comments
Tech Code Freak 2-Feb-12 5:06am    
5up!
Anuja Pawar Indore 2-Feb-12 5:08am    
Thanks Freak

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