Le lundi 8 avril 2002, à 03:45 PM, Erik Price a écrit :

>> When you download the file It loses the file association. It's for a 
>> company
>> I do work for that uses a lot of .ai and .psd files.
>
Hi !

Have you tried with :

$filesize = filesize($your_file);

header("Content-type: ".$your_mime_type);
fread($your_file, $filesize);

exit();


R.


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

Reply via email to