From a17cd48df9e7f00bd627b6e7bb042eed6a4ef722 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 24 Feb 2005 19:11:38 +0000 Subject: [PATCH] * not curl but I behaved weird --- http_methods.c | 1 - 1 file changed, 1 deletion(-) diff --git a/http_methods.c b/http_methods.c index 57a7c2b..6f3ba2c 100644 --- a/http_methods.c +++ b/http_methods.c @@ -1083,7 +1083,6 @@ PHP_METHOD(HTTPi_Request, send) curl_formadd(&http_post_data[0], &http_post_data[1], CURLFORM_COPYNAME, Z_STRVAL_PP(name), - CURLFORM_FILENAME, Z_STRVAL_PP(name), CURLFORM_FILE, Z_STRVAL_PP(file), CURLFORM_CONTENTTYPE, Z_STRVAL_PP(type), CURLFORM_END -- 2.30.2