Autor Beitrag
Hendi48
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 271



BeitragVerfasst: Fr 10.08.07 15:24 
Hi,
ich hab mal wieder ein Problem: Ich sende etwas an eine Seite und bekomme eine Datei zurück. Das klappt so:
ausblenden Delphi-Quelltext
1:
idHttp1.Post(url,data,files);					

Wie kann ich aber verhindern die Datei zurück zu bekommen (also das ich nur was sende und fertig)?

so
ausblenden Delphi-Quelltext
1:
idHttp1.Post(url,data);					

geht es nicht, er downloadet trotzdem (wohin weiß ich auch nich, das weiß das prog dann doch eigentl. gar nicht oder?)