put this line before each load operation.
$this->upload->initialize($config);
this code will reset to configure all the default configuration parameters, and then use your configs for the next file without reloading the library again and again.
source share