On Tue, 15 Feb 2005, Sean Coates wrote: > Derick Rethans wrote: > >>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)?
register_globals = 1 http://example.com/$_FILES['file']=foo Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org
