I have WampServer 2 installed on my Windows 7 computer. I\'m using Apache 2.2.11 and PHP 5.2.11. When I attempt to upload any file from a form, it seems to upload, but in PH
If you are trying to upload an array of files then you may need to increase max_file_uploads in php.ini which is by default set to 20
php.ini
20
Note: max_file_uploads can NOT be changed outside php.ini. See PHP "Bug" #50684
max_file_uploads