Welcome Guest, Not a member yet? Register   Sign In
Issue uploading image file
#4

Check your php.ini settings.

They should be larger then your image size.

Code:
memory_limit = 32M
max_file_uploads = 25

;; These should both match the sizes
upload_max_filesize = 20M
post_max_size = 25M

Also your upload path is incorrect, it should be like this.

Code:
$config['upload_path'] = './Adverts/';

Give that a try.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Issue uploading image file - by olammieconcept - 11-27-2019, 09:06 PM
RE: Issue uploading image file - by ciadmin - 11-27-2019, 10:55 PM
RE: Issue uploading image file - by InsiteFX - 11-28-2019, 04:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB