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

Usually HTTP ERROR 500 is a server error but can in rare case be a programming error.

Check your php.ini file:

php.ini file.

post_max_size = 10M and upload_max_filesize = 10M should be set to the same value and the size that you need to upload.

Your server memory setting can also effect this memory_limit = 64M

Set to what your needs are.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
codeigniter3 file uploading not working - by ijas - 10-27-2016, 08:23 AM
RE: codeigniter3 file uploading not working - by InsiteFX - 10-27-2016, 11:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB