Hi,
I have a form page that uploads a file and on the next I would like to access the file with the $_FILES variable, but on the Redhat 9 webserver this variable is not being registered.
On my WinXP box (both running php 4.3.4 by the way) it runs fine and the $_FILES variable shows up in phpinfo().
Now I don't know much about linux, and the php.ini files are the same (with the exception of platform specific paths) and the html code is fine also, as I said it works on Windows...
This Redhat 9 box has also Ensim pro running, don't know if that could be a source of trouble.
Any one had a similar problem or knows what it could be?
I don't get any error messages, the $_FILES variable is simply not being registered.
I have in php.ini
file_uploads = On
upload_tmp_dir = /tmp
upload_max_filesize = 1M
The file I upload is 5k in size.
Thanks for your help
-Zavier