Hi. I am developing a system on PHP 4.0.6 and can't remember what the $HTTP*VARS value was for $FILES. I have a multipart/form-data form getting submitted via POST and can't get at the variables. (or file) $POST and $HTTP_POST_VARS don't work and neither do $_FILES, $HTTP_FILE_VARS or $HTTP_FILES_VARS.
Can anyone remember what the form data was back then? (or point me to 4.0.6 manual?)
Andy