On Tue, 17 Jun 2003 06:00:28 -0500, you wrote:

>I have a site with hundreds of downloadable forms in MS Word format. 
>Right now to download a form you have to right-click and choose "Save 
>Target As..." to download the form. Is there a simple script that I 
>could put in that would trigger the download with a left-click? (The end 
>users are not very savy and are having a hard time with the "Save target 
>as..." concept).

header("Content-Disposition: attachment; filename=myfile.doc");

http://www.faqs.org/rfcs/rfc2183


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to