I am not very sure if this should go to Mime Detect or file field module's issue queue?
Well, here is the issue
I know drupal provides mime detect module which actually uses unix file command and you integrate to that. My problem is with office 2007 file extensions.
for example I may allow docx in file field but the files are actually zip files. so it does not work.
I changed .htaccess in the core , httpd.conf and also mime.type in linux to include docx extensions but no avail. I just wondered how do we fix this problem?
Thanks
Comments
Comment #1
quicksketchThis is a Mime Detect problem.
Comment #2
sparklet commentedI resolved this by using the advice given at:
http://drupal.org/node/177256
Comment #3
manuel.adanClosing this as outdated, feel free to re-open if you're still looking for a solution and waiting for appropriate assistance.