Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Multi file HTTP download

Reply
Thread Tools

Multi file HTTP download

 
 
Derrick
Guest
Posts: n/a
 
      01-31-2005
Anyone been able to get a multi file HTTP download working with ASP?

I have a single file download working fine with the usual setting the
content type, file name, stream the file from ADO.Stream, etc.

Thanks in advance!!

Derrick


 
Reply With Quote
 
 
 
 
Derrick
Guest
Posts: n/a
 
      01-31-2005
Consecutive download is fine. FTP is not an option as that would require
human eyeballs and fingers going in to add Windows users. Right now I'm
using application security, user registers, gets a password, uses that
password to be able to download

I found this link, but can't get it to work with zip file downloads...

http://www.motobit.com/tips/detpg_mu...s-one-request/

Thanks!

Derrick

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:...
> are you trying to get concurrent or consecutive?
> concurrent will require you to "open" multiple pages, probably with
> window.open calls
> consecutive will probably require a response.redirect after the dowload
> call.... never tried but might work. It sounds like you are trying to do
> something beyond the intent of http though, sounds like an FTP setup to

me.
> Look that direction perhaps, or a component.
>
> --
> Curt Christianson
> Site & Scripts: http://www.Darkfalz.com
> Blog: http://blog.Darkfalz.com
>
>
> "Derrick" <> wrote in message
> news:u5rN%...
> > Anyone been able to get a multi file HTTP download working with ASP?
> >
> > I have a single file download working fine with the usual setting the
> > content type, file name, stream the file from ADO.Stream, etc.
> >
> > Thanks in advance!!
> >
> > Derrick
> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
HTTP SOAP/HTTP GET/HTTP POST milan_9211 Software 0 01-10-2011 02:10 PM
multitask http server (single-process multi-connection HTTP server) lkcl Python 6 07-15-2010 10:39 PM
Direct Download Movies - No Download Limits - Download DivX DVDMovies hussain dandan Python 0 12-06-2009 04:52 AM
problem with code download file - two window file download Sam -- ASP .Net 2 03-17-2005 04:20 PM
File upload/download from database. Download appends aspx page to end of file Ryan Taylor ASP .Net 2 11-10-2004 08:31 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57