php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11534 File upload doesn't work with Opera 5.11
Submitted: 2001-06-18 06:39 UTC Modified: 2001-06-18 08:43 UTC
From: gerz at fb06 dot fh-muenchen dot de Assigned:
Status: Closed Package: Unknown/Other Function
PHP Version: 4.0.5 OS: Win95
Private report: No CVE-ID: None
 [2001-06-18 06:39 UTC] gerz at fb06 dot fh-muenchen dot de
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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-18 08:43 UTC] sniper@php.net
Thank you for excellent bug report. I thought Opera 5.11
would have been fixed already (as the linux version doesn't work at all on this matter) but as it only does
this tab thingie sometimes, not everytime, I have to
fix it then. Consider fixed for 4.0.6. 

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 19:01:29 2024 UTC