Download folder
-
Hi anybody know about downloading folder?? i have a code for downloading file.but i need code for downloading folder. im using asp.net2.0 with c#
Nothing is Impossible. Keep always Smiling... :)
-
Hi anybody know about downloading folder?? i have a code for downloading file.but i need code for downloading folder. im using asp.net2.0 with c#
Nothing is Impossible. Keep always Smiling... :)
Only 1 file can be downloaded at a time, so you can't download a whole folder of files in 1 go. You could zip your files into a single archive and make that available for download though.
Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush
-
Only 1 file can be downloaded at a time, so you can't download a whole folder of files in 1 go. You could zip your files into a single archive and make that available for download though.
Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush
ok please tell me how to zip and download a content.....
Nothing is Impossible. Keep always Smiling... :)
-
ok please tell me how to zip and download a content.....
Nothing is Impossible. Keep always Smiling... :)
-
ok please tell me how to zip and download a content.....
Nothing is Impossible. Keep always Smiling... :)
You can try GZip.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions