Welcome Guest, Not a member yet? Register   Sign In
Image not uploading!
#3

Did you include multipart in the form declaration (in the view)?
If you (auto)load the form helper, you can do it like this:
PHP Code:
<?php echo form_open_multipart('blogs/create_blog');?>

Also check whether you set the right permissions for the folder.
Reply


Messages In This Thread
Image not uploading! - by dreamweaver - 07-15-2019, 05:49 AM
RE: Image not uploading! - by mboufos - 07-15-2019, 06:08 AM
RE: Image not uploading! - by Wouter60 - 07-15-2019, 06:15 AM
RE: Image not uploading! - by dreamweaver - 07-16-2019, 04:24 PM



Theme © iAndrew 2016 - Forum software by © MyBB