Results 1 to 4 of 4

Thread: PHP Download Script?

  1. #1
    Join Date
    Mar 2006
    Location
    Cleveland, Ohio
    Posts
    574
    Thanks
    6
    Thanked 5 Times in 5 Posts

    Default PHP Download Script?

    I want a user to be able to download a .zip file containing examples of a tutorial.
    I need a script that'll download the file when they click "click here" or something.
    And, if it's possible, to have the size of the file in the dialogue box when it downloads.
    Any ideas?

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Code:
    <a href="file.zip">Download file in ZIP format</a>
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Apr 2006
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Also, you can get the filesize of a file with PHP using filesize(), if that helps.

  4. #4
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Just a link is what you should do.

    If you really want something complex, it's not PHP that you need, but javascript. If you want a download progress bar, this will be a LOT of work, maybe even using ajax (javascript) to call php functions, depending on stuff.

    Why? People can get a progress bar from their browser anyway.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

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