RE: [PHP] Encoding for uploaded files

2004-01-29 Thread memoimyself
On 29 Jan 2004 at 10:47, craig wrote: > specifally, you want: $_FILES['userfile']['type'] = The mime type of > the file, if the browser provided this information. An example would > be "image/gif". That's basically it and will work for common file types. However, it's the user's browser, not P

RE: [PHP] Encoding for uploaded files

2004-01-29 Thread craig
rfile']['type'] = The mime type of the file, if > > the browser provided this information. An example would > > be "image/gif". > > > > -Craig > > > > > >>-Original Message----- > >>From: Cesar Cordovez

Re: [PHP] Encoding for uploaded files

2004-01-29 Thread Cesar Cordovez
[mailto:[EMAIL PROTECTED] Sent: January 29, 2004 10:35 AM To: [EMAIL PROTECTED] Subject: [PHP] Encoding for uploaded files Hi list! How can I know the encoding for an uploaded file? Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.

RE: [PHP] Encoding for uploaded files

2004-01-29 Thread craig
Craig > -Original Message- > From: Cesar Cordovez [mailto:[EMAIL PROTECTED] > Sent: January 29, 2004 10:35 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Encoding for uploaded files > > > Hi list! > > How can I know the encoding for an uploaded file? > &g

[PHP] Encoding for uploaded files

2004-01-29 Thread Cesar Cordovez
Hi list! How can I know the encoding for an uploaded file? Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php