Welcome Guest, Not a member yet? Register   Sign In
How do I upload Multiple Files ?
#2

[eluser]falkencreative[/eluser]
You need to call do_upload() twice, once for each file you are uploading. (and obviously make sure that both uploads are valid).

Keep in mind that do_upload() defaults to use the input named 'userfile', so you'll need to pass in the name of the input:
Code:
$this->upload->do_upload($your_input_name)

http://ellislab.com/codeigniter/user-gui...ading.html has more detailed information.


Messages In This Thread
How do I upload Multiple Files ? - by El Forum - 06-05-2010, 04:09 PM
How do I upload Multiple Files ? - by El Forum - 06-05-2010, 06:07 PM
How do I upload Multiple Files ? - by El Forum - 06-05-2010, 06:32 PM
How do I upload Multiple Files ? - by El Forum - 06-05-2010, 06:48 PM
How do I upload Multiple Files ? - by El Forum - 06-08-2010, 01:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB