07-15-2019, 06:15 AM
Did you include multipart in the form declaration (in the view)?
If you (auto)load the form helper, you can do it like this:
Also check whether you set the right permissions for the folder.
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.