avenirer / MY_Upload

An addition to the CI_Upload, that allows for multiple files upload.
38 stars 23 forks source link

made upload_data array into unique structure #7

Open aqueelaboobacker opened 7 years ago

aqueelaboobacker commented 7 years ago

For single file upload the data() function returns single dimensional array and for multiple uploads the data() returned multidimensional array

The problems was we have to check the array before iteration.

So i made consistent structure for data array for easier iteration.