AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Programmierung allgemein Netzwerke Delphi TIdHTTP (client) WriteStream - some problem with indy buffer
Thema durchsuchen
Ansicht
Themen-Optionen

TIdHTTP (client) WriteStream - some problem with indy buffer

Ein Thema von marconi8 · begonnen am 3. Aug 2003 · letzter Beitrag vom 7. Aug 2003
 
marconi8

Registriert seit: 12. Jul 2003
19 Beiträge
 
#1

TIdHTTP (client) WriteStream - some problem with indy buffer

  Alt 3. Aug 2003, 20:23
people i cannot find in indy help why i got this error...

1. my client application is:
TIdHTTP

2. my server application is:
TIdHTTPServer

3. now client app makes this:

[delphi]
AStream:=TFileStream.Create('readme.txt',fmOpenRea d);

with client do //client is name of TIdHTTP component
begin
try
OpenWriteBuffer(5);
WriteStream(AStream);
CloseWriteBuffer;
except
CancelWriteBuffer;
AStream.Free;
end;
end;


when WriteStream performs i get the error in client app,

error is like : error in parsing command, one word said i cannot copy file trough network into server side

i must to copy with stream file into server....


how can i make this ? and how to make writestream in client withoput errors


thanks
  Mit Zitat antworten Zitat
 


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 20:15 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz