PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTTP » HTTP_Request » Bug #4397

not terminating multipart/form-data correctly

Details

Submitted2005-05-21 03:48 UTC
Fromme at olivergeorge dot com
Assignedavb
StatusClosed
PackageHTTP_Request
PHP Version4.2.2
Roadmaps(Not assigned)

Comments

[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