Hi, I've got some problems handling file-upload functions.
Upgrading my code to php4.1 with register_globals off I've lost old $file, $file_name, $file_size & $file_type variables.
I can take all the values from new $_REQUEST variable (in array form), but I don't know how to call the file using is_uploaded_file() function.
Any help, please?