Welcome Guest, Not a member yet? Register   Sign In
where i get the information about upload files?
#5

[eluser]Bramme[/eluser]
[quote author="Asinox" date="1215807912"]Thanks... but how i pass this data to my function model to save data?

Thanks[/quote]$this->upload->data() returns an array...

So you could do:
Code:
$data = $this->upload->data();
$insert['filename'] = $data['file_name'];
$this->db->insert('table', $insert);


Messages In This Thread
where i get the information about upload files? - by El Forum - 07-10-2008, 11:37 PM
where i get the information about upload files? - by El Forum - 07-11-2008, 05:17 AM
where i get the information about upload files? - by El Forum - 07-11-2008, 09:25 AM
where i get the information about upload files? - by El Forum - 07-11-2008, 09:26 AM
where i get the information about upload files? - by El Forum - 07-11-2008, 09:50 AM
where i get the information about upload files? - by El Forum - 07-11-2008, 12:14 PM



Theme © iAndrew 2016 - Forum software by © MyBB