Re: [PHP] MAC file upload

2002-04-08 Thread Erik Price
On Saturday, April 6, 2002, at 11:44 AM, Shane McBride wrote: Hello, I am able to upload and download Macintosh files but they seem to lose their MIME type or extensions. I'm not sure what it is. I'm not a Mac dude. When you download the file It loses the file association. It's for a

Re: [PHP] MAC file upload

2002-04-08 Thread Rénald CASAGRAUDE
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);

RE: [PHP] MAC file upload

2002-04-08 Thread Rance Hall
Rance Hall 308.238.2455 Internal Office Extensions: 2455 or 6655 PC Programmer, The Buckle, Inc. [EMAIL PROTECTED] -Original Message- From: Erik Price [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 8:46 AM To: Shane McBride Cc: [EMAIL PROTECTED] Subject: Re: [PHP] MAC file upload

Re: [PHP] MAC file upload

2002-04-08 Thread Justin French
: [PHP] MAC file upload On Saturday, April 6, 2002, at 11:44 AM, Shane McBride wrote: Hello, I am able to upload and download Macintosh files but they seem to lose their MIME type or extensions. I'm not sure what it is. I'm not a Mac dude. When you download the file It loses the file

Re: [PHP] MAC file upload

2002-04-08 Thread Miguel Cruz
On Tue, 9 Apr 2002, Justin French wrote: %!PS-Adobe-3.0 %%Creator: Adobe Illustrator(R) 8.0 %%AI8_CreatorVersion: 8 It's possible that you could establish file types by looking at the files themselves. man file man magic miguel -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] MAC file upload

2002-04-06 Thread Miguel Cruz
On Sat, 6 Apr 2002, Shane McBride wrote: I am able to upload and download Macintosh files but they seem to lose their MIME type or extensions. I'm not sure what it is. I'm not a Mac dude. When you download the file It loses the file association. It's for a company I do work for that uses a