is_uploaded_file is a register_globals artifact, and shouldn't need to be used with the $_FILES array.
? That is untrue. You should always use it.
How would $_FILES get populated with invalid data (that is_uploaded_file would catch)?
S
is_uploaded_file is a register_globals artifact, and shouldn't need to be used with the $_FILES array.
? That is untrue. You should always use it.