Sean Coates wrote: > is_uploaded_file is a register_globals artifact, and shouldn't need to > be used with the $_FILES array.
Sounds like it will be best to remove this example and write that is_uploaded_file() is unnecessary if $_FILES array is used instead. Jakub Vrana
