Forum Moderators: coopster

Message Too Old, No Replies

File Headers

How can I get the mimetype of a file before I open it?

         

Sekka

1:17 pm on Feb 19, 2007 (gmt 0)

10+ Year Member



Hi,

How can I check the mime type of a file before I open it so I know it is the correct format?

This is for a file already on the server, not uploaded.

Thank you.

coopster

4:17 pm on Feb 19, 2007 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Since the Mimetype Functions [php.net] have been deprecated, you might want to use the Fileinfo Functions [php.net].