View Looks Like This
=form_open_multipart(\'upload/process\');?>
The loop you need:
for($i=0; $i
Note that is doesn't use the CI upload class, but plain PHP, which I usually find easier to work with instead of the CI's class.