File Elements
Posted: Thu Feb 24, 2011 9:32 am
We are trying to upload 12 mp3 files from a form, when we submit and go to next page and try to see whats coming in files through this code
print_r($_FILES);
It only return the first 8 files in array, no information about the rest 4.
Any idea why? If this is some server or php configuration settings that I need to look at?
Its working fine on my local machine.
Pre- thanks
Fahad
print_r($_FILES);
It only return the first 8 files in array, no information about the rest 4.
Any idea why? If this is some server or php configuration settings that I need to look at?
Its working fine on my local machine.
Pre- thanks
Fahad