Welcome Guest, Not a member yet? Register   Sign In
read mime type of the file
#1

[eluser]Skuja[/eluser]
hi, i want to read mime type of an audio file. I tried following functions: mime_content_type and finfo_file, but it turns out that neither magic_mime or fileinfo modules are installed on my hosting server. Is there any other safe way to check file type or should I contact my host to enable one of these modules?
#2

[eluser]TheFuzzy0ne[/eluser]
That information should be obtainable via the $_FILES array - $_FILES['field_name']['type']
#3

[eluser]Skuja[/eluser]
I was not trying to upload these files.. they already were stored there, but thanks for your help TheFuzzy0ne.
I already contacted hosting company and they installed fileinfo module for me.
#4

[eluser]TheFuzzy0ne[/eluser]
Great stuff. My Web host aren't that nice...

Sorry for missing the fact that you weren't uploading the file.




Theme © iAndrew 2016 - Forum software by © MyBB