linux fixes

This commit is contained in:
doitux
2009-02-22 21:42:26 +00:00
parent 8a02490262
commit ea2312bab6
+1 -1
View File
@@ -67,6 +67,6 @@ UploadHelper::InternalInit(const string &/*url*/, const string &targetFileName,
curl_easy_setopt(GetData()->curlHandle, CURLOPT_INFILESIZE_LARGE, filesize);
curl_easy_setopt(GetData()->curlHandle, CURLOPT_USERPWD, GetData()->userCredentials.c_str());
curl_easy_setopt(GetData()->curlHandle, CURLOPT_UPLOAD, 1L);
curl_easy_setopt(GetData()->curlHandle, CURLOPT_PUT, TRUE);
curl_easy_setopt(GetData()->curlHandle, CURLOPT_PUT, 1L);
}