Welcome Guest, Not a member yet? Register   Sign In
uoploading more than one file.
#2

[eluser]Colin Williams[/eluser]
Run the upload process for each field:

Code:
$this->upload->do_upload('userfile');
$this->upload->do_upload('otherfile');
$this->upload->do_upload('anotherfile');

Sounds like you added fields on the front end and did nothing on the back-end to accommodate. It isn't magic ya know! Smile


Messages In This Thread
uoploading more than one file. - by El Forum - 08-10-2008, 08:15 PM
uoploading more than one file. - by El Forum - 08-10-2008, 08:31 PM
uoploading more than one file. - by El Forum - 08-10-2008, 10:32 PM
uoploading more than one file. - by El Forum - 08-11-2008, 10:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB