I'm using IE5.5 as client and php4 on linux/apache as server. I've followed the examples for doing a file upload from a form and everything appears to work from the client side. In my script I see the following values:
UploadedFile=none
UploadedFile_name=test.html
UploadedFile_type=text/html
UploadedFile_size=0
I've tried different files and sizes and the time required seems to be proportional to file size, so I think there is a file being sent. The UploadedFile_name and type reflect the file being sent. In a nutshell: no errors, no file! Any ideas?