I want to upload files in PHP. I wrote
You need to use POST method in order to get file uploads working. So just add method="post" attribute to the form tag and you're done.
method="post"
form