Re: download binary files from database
Is the case of the field-name OK? Because I think php is case-sensitive for
getting variables from a database, and I can't think anything else that can
cause an error like this...
Maybe for debugging try to change header() to echo to see if it's right.
"duxbuz" <webmaster@duxbuz.com> wrote in message
news:3F06C69B.4D0D2F5C@duxbuz.com...
>
> Thanks for help, but....
>
> Still not getting a file to download. My database output looks like this:
>
> Filename Type Size
> Description
>
> putty.exe application/octet-stream 356352 Putty
> Application, ssh client for win32 (Download )
> readme.txt text/plain 9851
> mozilla readme
( Download )
>
> So the type is application/octet-stream, but still no download.
>
> What am I missing?
>
>
>
|