in reply to Re: Getting the link to work
in thread Getting the link to work

But how can I do that??, I just need to download the file, or be able to save the file on another computer.

Replies are listed 'Best First'.
Re^3: Getting the link to work
by NetWallah (Canon) on Dec 28, 2007 at 01:34 UTC
    You will need to understand and send the appropriate "content-type" as a part of the HTML header information that you return to the requesting web browser.

    Typically, browsers already understand what to do with "html" and "text" type documents, and are assisted by "content-type" information which typically contains "text/html". You will need to send something like "application/zip" as the content-type.

    You will also need to brush up on Multipart MIME type messages. I suggest you get a HTML programming book.

    Happy learning!

         "As you get older three things happen. The first is your memory goes, and I can't remember the other two... " - Sir Norman Wisdom