Re: [PHP-WIN] File uploading yet again
by Lorne T other posts by this author
Aug 2 2002 3:54PM messages near this date
RE: [PHP-WIN] File uploading yet again
|
[PHP-WIN] PHP equivalent of ASP Response.Redirect
Yes it is set to "on".
"Mikey" <mikey@[...].net> wrote in message
news:HAEFKPCKLBGCHCLFKKENMELKCDAA.mikey@[...]..
> 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:yakbutter@[...].com]
> > Sent: 01 August 2002 21:56
> > To: php-windows@[...].net
> > 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
Thread:
Lorne T
Mikey
Lorne T
|