Welcome Guest, Not a member yet? Register   Sign In
File Upload error
#8

[eluser]hrg.vincent[/eluser]
[quote author="CroNiX" date="1393562007"]You need to tell do_upload() the name of your file input.[/quote]

I've changed to code to below, but still the same issue, already added the name of input

Code:
if (!$this->upload->do_upload('flex_file')){
$error = array('error' => $this->upload->display_errors());
var_dump($error);  
}
else{
$data = array('upload_data' => $this->upload->data('flex_file'));
var_dump($data);
}


Messages In This Thread
File Upload error - by El Forum - 02-27-2014, 12:33 AM
File Upload error - by El Forum - 02-27-2014, 10:31 AM
File Upload error - by El Forum - 02-27-2014, 06:08 PM
File Upload error - by El Forum - 02-27-2014, 06:33 PM
File Upload error - by El Forum - 02-27-2014, 07:09 PM
File Upload error - by El Forum - 02-27-2014, 09:14 PM
File Upload error - by El Forum - 02-27-2014, 09:33 PM
File Upload error - by El Forum - 02-27-2014, 11:05 PM



Theme © iAndrew 2016 - Forum software by © MyBB