Here’s the lowdown. PHP, Codeigniter, LAMP.
I’ve created a fixeee for you all to see my code. http://fixee.org/paste/s8jc04t/
Whenever I have mulitple file uploads (ex. fileupload1, fileupload2, fileupload3, etc.) and I tried to get the upload data from each one correctly, I seem to duplicate the first file data that was uploaded. Can someone help, the fixee explains everything.
put this line before each upload statement.
that code will reset all config options to the default and then use your configs for the next file without reloading the library over and over.