Forum Moderators: coopster

Message Too Old, No Replies

How can I check file type of the local file?

         

sunroof

6:57 pm on Mar 9, 2006 (gmt 0)

10+ Year Member



How can I check file type of the local file. The file is already uploaded.

coopster

8:45 pm on Mar 9, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld, sunroof.

I like to check all this out during the upload process myself and if it doesn't meet my criteria I stop the process and let the user know why. However, if the file is already there for some reason and you want to check it you could have a look at the filename extension, you might use the Exif functions [php.net] and there is also the mime_content_type() [php.net].