Codeigniter Upload - File extension not allowed when uploading excel files on live server

StackOverflow https://stackoverflow.com/questions/18769379

سؤال

I have allowed extensions gif/png/xls/xlsx. All of them work on local server. On live server only gif and png works no excel files.

I read about this bug in codeigniter 2.1.0 which was causing such behavior but I am using version 2.1.4. and as said it works on local server so I assume this should not be the causing problem.

That leaves me with the idea that my host account on godaddy does not allow excel uploads. But that also seems to be unreasonable to me. Does anybody have an idea? Thanks in advance.

هل كانت مفيدة؟

المحلول

Did you checked the extension? Please check when you post the file and check. Also check the mime config file. If the extension not found in that file add there. something similar to this can found here

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top