I\'m building an app which needs to take uploaded files and put them in separate directories for thumbnails and fullsize images. But $config[\'upload_path\'] = \'./uploads/\
The short (and disappointing) answer is: CodeIgniter's file uploading class was designed to accept 1 uploaded file per form.
The long answer is somewhere around here.