When trying to upload files, the file is never uploaded, and the red message stating that you need to specify an upload file is displayed, even when I have browsed for the file and it is added to the textfield where it is required. Upon submit the specified filename and path simply vanish from that textfield and displays the error message.

Regards,

Kobus

Comments

Anonymous’s picture

Hello,

I will take a look at it in the next day or so, I am in the process of moving offices so if I don't get it don't get to it today it will be in the next in the next week.

Gordon.

Anonymous’s picture

Can you tell me if you have registered globals turned on?

Thanks

Kobus’s picture

Hi, on my local .htaccess it is off (default Drupal .htaccess file)

On my hosting however, it is turned on, according to my php_info.

I didn't have any problems with the previous version (4.1) of Drupal, so, I doubt it is on my web host's settings.

(I wonder if this is related to my cron not working anymore? - I am researching this and will file a bug if a bug does exist)

Regards,

Kobus

okito’s picture

I encountered this problem on two separate machines. Turning register globals on seemed to fix the problem.

Anonymous’s picture

Found that it was a problem with registered globals being off, I have modified and now is fixed.

Gordon.