Home All Groups Group Topic Archive Search About
Author
13 Jan 2006 8:31 PM
Jatin
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

Author
13 Jan 2006 8:58 PM
Bruce Barker
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
Are all your drivers up to date? click for free checkup

Author
13 Jan 2006 9:23 PM
Steve C. Orr [MVP, MCSD]
You must zip the files into a single file.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net


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

Bookmark and Share