I can\'t seem to find clarification. I have 7 steps and the second one is to upload a file. The problem I am having is that on the final step when I finalize the form and tr
You're probably looking for the file in the wrong place. PHP stores the file in a temporary location, given in the $_FILES array as tmp_name under the appropriate index. Here's a good place to refresh your basics: http://www.w3schools.com/php/php_file_upload.asp