Welcome Guest, Not a member yet? Register   Sign In
Multiple Upload isnt working
#2

[eluser]Fabdrol[/eluser]
Well, first of all.. your 'userfile' POST data is an array, so your code should run it through some foreach or for loop somewhere.
Something like "foreach($this->input->post('userfile') as $userfile) { $this->upload_pic($userfile); }"

have fun!
Fabian


Messages In This Thread
Multiple Upload isnt working - by El Forum - 05-13-2010, 08:01 AM
Multiple Upload isnt working - by El Forum - 05-13-2010, 11:02 AM
Multiple Upload isnt working - by El Forum - 05-13-2010, 05:47 PM
Multiple Upload isnt working - by El Forum - 05-13-2010, 05:53 PM
Multiple Upload isnt working - by El Forum - 05-13-2010, 06:12 PM
Multiple Upload isnt working - by El Forum - 05-13-2010, 06:44 PM
Multiple Upload isnt working - by El Forum - 05-13-2010, 07:41 PM
Multiple Upload isnt working - by El Forum - 05-13-2010, 08:59 PM
Multiple Upload isnt working - by El Forum - 05-14-2010, 04:57 AM
Multiple Upload isnt working - by El Forum - 05-14-2010, 07:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB