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
It is important to add enctype="multipart/form-data" to your form, example
enctype="multipart/form-data"
Select image to upload: