P
hab was gefunden:
TIdMultiPartFormDataStream* dummy = new TIdMultiPartFormDataStream;
dummy->AddFile("filename","D:\\wwwroot\\test.txt", "multipart/form-data");
dummy->AddFormField("test", "test");
IdHTTP->CookieManager->AddCookie("Set-Cookie:testcookie=prof; Domain=localhost; Max-Age=60; Path=/; Version=1","localhost");
memSource->Text = IdHTTP->Post("http://localhost/uploadtest.php", dummy);
delete dummy;
Allerdings bekomm ich n Fehler: EAccessViolation -> Modul INDY50.BPL
und er bleibt hier stehn:
IdHTTP->CookieManager->AddCookie("Set-Cookie:testcookie=prof; Domain=localhost; Max-Age=60; Path=/; Version=1","localhost");
einer hierzu eine idee?