Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.4.4

Bug #4397 not terminating multipart/form-data correctly
Submitted: 2005-05-21 03:48 UTC
From: me at olivergeorge dot com Assigned: avb
Status: Closed Package: HTTP_Request
PHP Version: 4.2.2 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2005-05-21 03:48 UTC] me at olivergeorge dot com
Description: ------------ Hello, I was unable to use this with clsUpload (asp form handler) until I appended "--" to the closing boundary in multipart data: $postdata .= '--' . $boundary . "--\r\n"; ^^ added these I think that's part of the standard but haven't confirmed. cheers, Oliver

Comments

 [2005-11-05 19:22 UTC] avb
Fixed in CVS. You were right, this is indeed part of RFC 1521, thanks for reporting.