Welcome Guest, Not a member yet? Register   Sign In
Library Upload not working
#8

Load the form helper in the controller before you load the form:
PHP Code:
$this->load->helper('form'); 

Then, in your view, open the form with:
PHP Code:
<?php echo form_open_multipart('admin/grupos/guardarGrupo','id="frmNuevoGrupo"');?>

Without multipart, you won't be able to handle upload files.
Reply


Messages In This Thread
Library Upload not working - by jyldisenoweb - 02-13-2017, 06:32 PM
RE: Library Upload not working - by ragingTorch - 02-13-2017, 11:21 PM
RE: Library Upload not working - by jyldisenoweb - 02-14-2017, 05:52 AM
RE: Library Upload not working - by jyldisenoweb - 02-14-2017, 05:34 AM
RE: Library Upload not working - by InsiteFX - 02-14-2017, 06:52 AM
RE: Library Upload not working - by jyldisenoweb - 02-14-2017, 07:22 AM
RE: Library Upload not working - by Wouter60 - 02-14-2017, 09:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB