A
Anonymous
Guest
Hi
Checking $_FILES[file]['type'] isn't fool-proof. Not all browsers will set the mime type of the incoming file.
Like when I want to use that command using IE , it wont show JPEG file type at all!
what is the best way to get upload file type ?
Checking $_FILES[file]['type'] isn't fool-proof. Not all browsers will set the mime type of the incoming file.
Like when I want to use that command using IE , it wont show JPEG file type at all!
what is the best way to get upload file type ?