Welcome Guest, Not a member yet? Register   Sign In
Uploading image name to the database
#1

[eluser]Unknown[/eluser]
hi i am new the CI , i have successfully uploaded the file to the server but in order to retrieve the image must put in database.

can anyone help me of this

i have done like this

$upload_data = $this->upload->data();
$filename = $upload_data['file_name'];

$this->load->model('register');
if($query = $this->register->registration($filename))
{
echo 'inserted';
}
else
{
echo 'error';
}
from here how can i insert into the model ,anyone please help for me...


Messages In This Thread
Uploading image name to the database - by El Forum - 11-14-2009, 05:50 AM
Uploading image name to the database - by El Forum - 11-14-2009, 06:45 AM
Uploading image name to the database - by El Forum - 11-15-2009, 04:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB