From:             [EMAIL PROTECTED]
Operating system: Win95
PHP version:      4.0.5
PHP Bug Type:     Unknown/Other Function
Bug description:  File upload doesn't work with Opera 5.11

Form based file upload does not work with Opera 5.11.
Cause: The headers inside the HTTP message body (i.e. the headers that are part of the 
'multipart/form data') generated by Opera differ from the ones generates by Netscape 
(I didn't test with IE):
Netscape puts every header on one line, Opera sometimes continues a header on the next 
line, starting the continuation line with a tab (which as far as I know is legal). It 
seems to me that PHP doesn't understand continuation lines and therefore fails to 
decode the multipart data correctly.
See also bug report #11523.


-- 
Edit Bug report at: http://bugs.php.net/?id=11534&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to