CodeIgniter Forums
Problem in file upload - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Problem in file upload (/showthread.php?tid=35278)



Problem in file upload - El Forum - 10-25-2010

[eluser]Techno Heart[/eluser]
Hi all,
I am using file upload class in my project. All extensions working fine in fire fox but its not uploading .doc ,.xls and all MS document format, am trying to upload a open office file not micro soft word file. Its accepting Zip file. Any one know whats the problem. ?


Problem in file upload - El Forum - 10-25-2010

[eluser]vitoco[/eluser]
check the mime types in the application/config/mimes.php file, then find the proper extension and compare the mime that you get in the upload with the list. if it's not there.. add it.

Saludos