Welcome Guest, Not a member yet? Register   Sign In
File uploading help needed
#2

[eluser]Computerzworld[/eluser]
got the solution Smile what I did is that I have passed the file input name as argument in do_upload() function.
so if I am having three file input fields then what I will write is,
Code:
$this->upload->do_upload('userfile1')
$this->upload->do_upload('userfile2')
$this->upload->do_upload('userfile3')
.
That's it. It will work like a charm...
HTH...


Messages In This Thread
File uploading help needed - by El Forum - 10-08-2008, 09:39 PM
File uploading help needed - by El Forum - 10-08-2008, 10:01 PM



Theme © iAndrew 2016 - Forum software by © MyBB