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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top