Well it isn't doing anything with the files. Basically when I run the script the $_FILES array only shows that name of the file I was trying to upload. It shows no value to the tmp_name, size, type, or error values.
It will run the script fine, but it will not transfer the file to the server or move it from the tmp directory.
I have read in some places the ini_set() might not work because by the time the form reaches the php script it is to late. Would this be the case? Should I use .htaccess instead? If so, how?