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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: gerz at fb06 dot fh-muenchen dot de
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Thu May 08 00:01:29 2025 UTC