|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Download multiplefilesHey guys
Can anyone help me. i am streaming a file from the server to the client. I using the response.outputstream, it works like a charm. I want the user to be able to download multiple files. i.e. the user chooses some files and then downloads all of them at the same time. How can that be done? Thx guys the browser only supports one download at a time. the usually trick is to
zip multiples filesinto one file that is downloaded. -- bruce (sqlwork.com) Show quoteHide quote "Jatin" <Ja***@discussions.microsoft.com> wrote in message news:116357AD-DB6F-4195-A6A5-DAF174E159FF@microsoft.com... > Hey guys > Can anyone help me. > i am streaming a file from the server to the client. I using the > response.outputstream, it works like a charm. > I want the user to be able to download multiple files. i.e. the user > chooses > some files and then downloads all of them at the same time. How can that > be > done? > > Thx guys You must zip the files into a single file.
Show quoteHide quote "Jatin" <Ja***@discussions.microsoft.com> wrote in message news:116357AD-DB6F-4195-A6A5-DAF174E159FF@microsoft.com... > Hey guys > Can anyone help me. > i am streaming a file from the server to the client. I using the > response.outputstream, it works like a charm. > I want the user to be able to download multiple files. i.e. the user > chooses > some files and then downloads all of them at the same time. How can that > be > done? > > Thx guys
Other interesting topics
Images inline with blog contents - HOW??
Maintaining ASP.NET Sites Class based on singleton pattern and instance methods in that clas RollOver and onMouseOver? High memory in a ASP.NET application - how to monitor, what can cause? checkbox problem mail merge? question re: date format in RSS news feeds How use newest userid in auto INSERT (2.0) Creating new directory on the server |
|||||||||||||||||||||||