Primary issue is your form does not have option to send file content over http .
To send binary data along with the text data from input elements you need to add an extra attribute in form tag .
Then in php code
try this line
above code will display all information regarding file uploading from your form .