Note Submitter: ik at dynamique dot nl
Reason: useless
----
If you want your download script to work in Safari you'll
have to print quotation marks around the filename:
header('Content-Disposition: attachment;
filename="'.$fileName.'"');
,otherwise Safari will just save the file as
'scriptname.php'.
--
PHP Notes Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|