Hi,
I've got a problem with a php script. The script contains a form with enctype="multipart/form-data" that lets the user upload an image file. It checks to make sure that the file is of image type, then copies the file to our server and makes an entry in the database.
I've tested this on different browsers for Windows 98 (the server is RedHat 6.1). The script works great in Netscape 4.73. I ran into problems with the file type in IE 5.0 and had to broaden the number of allowed file types. But with Opera, I don't get anything at all. I have the script print out the filename and type, and I don't see either of these when I look at the page in Opera.
Has anyone seen anything like this, and what do I need to do?
Thanks in advance,
kimby