Welcome Guest, Not a member yet? Register   Sign In
Multiple file uploads
#24

[eluser]Nicolas Connault[/eluser]
I upgraded Alvin Mites' Multi_upload library so that it would work with CI 2.0 (running on PHP5) and the latest version of jquery.MultiFile.

Just start with the regular CI Upload class, then just after you've called $ci->load->library('upload', $config), take over with the multi_upload class:

Code:
$CI->load->library('Multi_upload');
$files = $CI->multi_upload->go_upload('field_name_of_your_choice_without_square_brackets');

That's it. You don't even need the jquery script, this will work with an array of files set up manually in HTML as well.


Messages In This Thread
Multiple file uploads - by El Forum - 09-18-2008, 06:28 PM
Multiple file uploads - by El Forum - 09-18-2008, 08:05 PM
Multiple file uploads - by El Forum - 09-18-2008, 08:16 PM
Multiple file uploads - by El Forum - 09-18-2008, 08:19 PM
Multiple file uploads - by El Forum - 09-18-2008, 10:34 PM
Multiple file uploads - by El Forum - 09-19-2008, 07:06 AM
Multiple file uploads - by El Forum - 09-19-2008, 02:44 PM
Multiple file uploads - by El Forum - 12-24-2008, 03:16 PM
Multiple file uploads - by El Forum - 12-24-2008, 09:32 PM
Multiple file uploads - by El Forum - 12-26-2008, 11:04 PM
Multiple file uploads - by El Forum - 12-27-2008, 07:52 AM
Multiple file uploads - by El Forum - 02-07-2009, 03:30 PM
Multiple file uploads - by El Forum - 02-07-2009, 06:35 PM
Multiple file uploads - by El Forum - 02-13-2009, 02:02 PM
Multiple file uploads - by El Forum - 02-13-2009, 03:41 PM
Multiple file uploads - by El Forum - 02-14-2009, 12:57 PM
Multiple file uploads - by El Forum - 02-14-2009, 01:48 PM
Multiple file uploads - by El Forum - 02-14-2009, 03:19 PM
Multiple file uploads - by El Forum - 02-15-2009, 09:14 PM
Multiple file uploads - by El Forum - 02-16-2009, 05:36 AM
Multiple file uploads - by El Forum - 03-26-2009, 06:21 PM
Multiple file uploads - by El Forum - 07-12-2009, 08:54 AM
Multiple file uploads - by El Forum - 12-15-2009, 01:02 AM
Multiple file uploads - by El Forum - 02-08-2011, 02:26 AM
Multiple file uploads - by El Forum - 02-18-2011, 02:39 PM
Multiple file uploads - by El Forum - 02-24-2011, 10:46 AM
Multiple file uploads - by El Forum - 03-23-2011, 04:46 AM
Multiple file uploads - by El Forum - 02-29-2012, 02:48 AM
Multiple file uploads - by El Forum - 02-29-2012, 03:07 AM
Multiple file uploads - by El Forum - 02-29-2012, 03:15 AM
Multiple file uploads - by El Forum - 02-29-2012, 03:22 AM
Multiple file uploads - by El Forum - 02-29-2012, 05:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB