Re: [PHP-WIN] File uploading yet again

2002-08-02 Thread Lorne T
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

RE: [PHP-WIN] File uploading yet again

2002-08-02 Thread 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 > -O