01-19-2015, 04:30 AM
You are not supposed to pass the post field to the do_upload() method. Pass it the name of the field.
Code:
$this->upload->do_upload('file');
Website: http://avenir.ro
image uploader is not working in CI
|
01-19-2015, 04:30 AM
You are not supposed to pass the post field to the do_upload() method. Pass it the name of the field.
Code: $this->upload->do_upload('file'); Website: http://avenir.ro
|
Messages In This Thread |
image uploader is not working in CI - by Thamaraiselvam - 01-19-2015, 12:49 AM
RE: image uploader is not working in CI - by Avenirer - 01-19-2015, 04:30 AM
|