Level 53
are you uploading all files with the same name (input form name I mean) ? The name of the upload fields should end with " [] " to make it an array, otherwise file 2 overwrites file 1, file 3 overwrites file 2 etc. during form submission.
If this is not the case, could you post code of:
- The view of the form that is uploading
- the part of the controller that is handling the file upload (the foreach loop + how you save the file)
This way we can see what is going wrong instead of just doing educated guess work ;)