Yes it is set to "on".
"Mikey" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> After looking at your example, do you have register_globals set to 'On' in
> your php.ini file?
>
> If not that you will need to use the new superglobal arrays to access your
> variable.  I am not sure how it would uploaded file, but it should be
> something like $_POST['data_blob'].
>
> HTH,
>
> Mikey
>
> > -----Original Message-----
> > From: Lorne T [mailto:[EMAIL PROTECTED]]
> > Sent: 01 August 2002 21:56
> > To: [EMAIL PROTECTED]
> > Subject: [PHP-WIN] File uploading yet again
> >
> >
> >   I still am in need of help with uploading a file using IIS and
> > PHP 4.2.2.
> > The problem seems to be that the variables holding the temp name and
size
> > never get correctly set from the file input control. I have the copy
> > function working, but it can not find the temp file because php never
> > reports a temp file name. What am I missing?
> >
> >
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
> >
> >
>
>



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to