I have a form in a php file (index.php) and the action is upload.php using post method. I am trying to pass the variables to upload.php but they are not making it. I have tested for the variables and they are simply not there. If I switch to the get method it passes the variables, but does not allow me to do the file uploads.
any ideas? is there a setting on php on the server that may be disallowing the passing of variables.