Welcome Guest, Not a member yet? Register   Sign In
Newbie: if using a model to update a database, how do i add upload data
#2

[eluser]loopymonkey[/eluser]
I think i just figured it out myself. I was just missing this in my model:

Code:
$upload_data = $this->upload->data();
$userfile =    $upload_data['file_name'];

just needed that upload_data line


Messages In This Thread
Newbie: if using a model to update a database, how do i add upload data - by El Forum - 12-13-2007, 11:51 PM



Theme © iAndrew 2016 - Forum software by © MyBB