|
Getting mime-type from file (or its .ext)
I am pretty sure this can be done as it is mentioed in the docs (but as always, it talks mainly about UNIX !!)
Is there a built-in function that will return the mime-type in the form "text/plain" based upon the filedata or extension of a file on the server.
I have tried the mime_content_type(String filename) function, but an undefined function error is returned when i try to use it on my win32 system.
Failing the existance of a built in function, how easy would it be to write one, assuming the default file extensions for all mime types??
Thx
__________________
<?XML version="1.0" standalone="Yes" encoding="utf-8"?>
<SIGNITURE>
XML is the future - embrace it
</SIGNITURE>
|