[eluser]druid100[/eluser]
@santiag0 ... nice work, it's simple and works nearly flawlessly!
but you have to call
$this->upload->initialize($config);
before each
$this->upload->do_upload();
to avoid problems caused by internal states of the upload class.
@vik407
the double extension problem is avoided if you add the code as mentioned above.