Posted by Defacta on 08/30/07 08:42
Hi,
When I upload an excel file, PHP does not recognize the type of this
file:
echo $HTTP_POST_FILES['file']['type'] ;
returns: application/octet-stream
Whereas a word file returns: application/msword
Do you know if there is anyway to get the type of a excel file ?
Thanks,
Vincent.
Navigation:
[Reply to this message]
|