Results 1 to 17 of 17

Thread: Sending a file [Resolved]

Threaded View

  1. #1

    Thread Starter
    Ex-Super Mod'rater Electroman's Avatar
    Join Date
    Sep 2000
    Location
    Newcastle, England
    Posts
    4,349

    Sending a file [Resolved]

    How can I send a file using php, for example say how images get sent by something like:
    PHP Code:
    header("Content-type: image/png");
    ..... 
    Is there a way to send a header telling the browser its about to recieve a file for downloading.

    Thanx
    Last edited by Electroman; Feb 27th, 2004 at 06:44 AM.
    When your thread has been resolved please edit the original post in the thread ()
    and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.

    When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width