Home » HTTP » HTTP_Request » Bug #4397
not terminating multipart/form-data correctly
Details
| 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 |
| 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