RE: [PHP] left click downloads

2002-11-13 Thread Javier Montserat
ing 'magic bytes' of known file formats. hope this is useful to some of you... javier From: "David Russell" <[EMAIL PROTECTED]> To: "'Javier Montserat'" <[EMAIL PROTECTED]> Subject: RE: [PHP] left click downloads Date: Tue, 12 Nov 2002 13:46:58 +02

Re: [PHP] left click downloads

2002-11-12 Thread Ernest E Vogelsinger
At 13:15 12.11.2002, Maxim Maletsky said: [snip] >Yes. Just make a header appropriate for browser to understand that it >should fire up the download dialog. [snip] To force virtually any browser into download mode, sp

Re: [PHP] left click downloads

2002-11-12 Thread Maxim Maletsky
Yes. Just make a header appropriate for browser to understand that it should fire up the download dialog. -- Maxim Maletsky [EMAIL PROTECTED] "Javier Montserat" <[EMAIL PROTECTED]> wrote... : > I want to make it easier for people to download files from my website by > having the download sta

[PHP] left click downloads

2002-11-12 Thread Javier Montserat
I want to make it easier for people to download files from my website by having the download start when the visitor clicks a link (as opposed to right click / save target as). How can I achieve this with PHP? Do I include the file in a header() call ? Thanks, javier _