We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545acc1 commit 1ebb65fCopy full SHA for 1ebb65f
ext/curl/tests/bug27023.phpt
@@ -33,7 +33,7 @@ $params = array('file' => '@' . __DIR__ . '/curl_testdata1.txt;type=text/plain;f
33
curl_setopt($ch, CURLOPT_POSTFIELDS, $params);
34
var_dump(curl_exec($ch));
35
36
-$params = array('file' => '@' . __DIR__ . '/curl_testdata1.txt;type=text/plain;filename=foo.txt');
+$params = array('file' => '@' . __DIR__ . '/curl_testdata1.txt;filename=foo.txt;type=text/plain');
37
38
39
0 commit comments