Welcome Guest, Not a member yet? Register   Sign In
codeigniter3 file uploading not working
#11

Smile I have created issue in Github, hope it will be fixed soon!
https://github.com/bcit-ci/CodeIgniter/issues/4887
Reply
#12
Thumbs Up 

(10-28-2016, 09:59 AM)karthik_code Wrote: Smile I have created issue in Github, hope it will be fixed soon!
https://github.com/bcit-ci/CodeIgniter/issues/4887

lets wait for the response . Smile
Reply
#13

php fileinfo extension is required for CI 3.1.1 and above.

Un-comment the following line in php.ini file.
extension=php_fileinfo.dll

For WHM/Cpanel Apache rebuild needs to install the fileinfo extension.
Reply
#14

(10-28-2016, 04:12 AM)ijas Wrote: Its working fine on localhost. facing issue in live server.

I had the same problem file uploading not working on remote but working on local. I fixed it by recompiling php 5.5 to PHP Version 5.6.27 on the remote server and all is working fine now.
Reply
#15

file upload NOT working even in 3.1.2 (local host, windows 10). I still get 500 error.
Reply
#16

same with me, I can upload file on v 3.1.2,
I have to follow on documentation about the file uploading,
finally I try on old version (2.1.3)
Beginner of CodeIgniter , should learn this framework much.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB