HTTP Request

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am trying to create a web page that will download multiple files to the
client on one request. can not find anything on the net. can someone direct
me to were i can find samples/info.

Thanks
 
Thus wrote Dino,
Hi,

I am trying to create a web page that will download multiple files to
the client on one request. can not find anything on the net. can
someone direct me to were i can find samples/info.

HTTP requests access a single resource. If you want to bundle several files
in one HTTP response, you have to create some file container like a ZIP archive
and put all files in that archive.

Cheers,
 
Back
Top