Click to See Complete Forum and Search --> : PHP Download Script


PittsburghRed
03-14-2007, 08:51 PM
I have provided for a pdf file download on my website with a PHP script. It works for me perfectly, just like any other file I have ever downloaded. Someone has reported that it did not work for her. Do these scripts tap into the PC's downloading function ability so that a script would not necessarily always work for every PC? Is there a "best" downloading script to use?

bathurst_guy
03-23-2007, 07:23 AM
Just linking to the file works a treat.

PittsburghRed
03-25-2007, 11:44 AM
Well, I discovered the download did not work completely for me ... the file was there, but when I tried to open it, I got a "damaged file message". Reason: I uploaded in ASCII instead of binary. Problem solved.

And I don't believe a simple link works ... the browser cannot display a pdf file.

MrCoder
03-25-2007, 03:28 PM
Depends on the browser, fire fox and IE both support PDF as long as adobe reader is installed.