[imp] IMP 2.2.5: some problems
Christopher Crowley
ccrowley@tulane.edu
Wed, 30 May 2001 08:26:01 -0500
> It should prevent you from spoofing the file upload. Does it work if you
take
> the safe_file() call out of there?
Chuck -
I commented out this entire if() and the upload worked. Should I test with
this syntax and let you know how it works?
if (!is_uploaded_file($file_upload))
{
break; /* ignore attempt to spoof us; back to composing */
}
> > /* if (!is_uploaded_file(safe_file($file_upload)))
> > {
> > break; /* ignore attempt to spoof us;
> > back
> > to composing
> > }
> > */
> >