Welcome Guest, Not a member yet? Register   Sign In
Codeigniter 3 File Upload Issue
#5

Just a few things I would check.
Is the file of the allowed type? (I had jpg files called file.jpeg which caused an error)
if $config['allowed_types'] case insensitive? What would happen if the file is called file.JPG
Is the file upload limit in php.ini high enough? You set it in the config to 8048 but if in php.ini its still to 2M this will still fail
Is max_post_size in php.ini high enough?

I hope this helps.
On the package it said needs Windows 7 or better. So I installed Linux.
Reply


Messages In This Thread
Codeigniter 3 File Upload Issue - by codeigniterd - 06-26-2017, 01:11 PM
RE: Codeigniter 3 File Upload Issue - by InsiteFX - 06-27-2017, 11:27 AM
RE: Codeigniter 3 File Upload Issue - by rtenny - 06-28-2017, 02:35 AM
RE: Codeigniter 3 File Upload Issue - by PaulD - 06-28-2017, 12:39 PM



Theme © iAndrew 2016 - Forum software by © MyBB