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
> variab
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
> -O