Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>

TWebCopy
HTTP upload:

with WebCopy.Items.Add do
begin
  URL := 'http://www.myserver.com/uploadscript.asp';
  Protocol := wpHTTPUpload;
  TargetDir := 'c:\temp'; 
  TargetFileName := 'myfile.txt'; 
end;
WebCopy.Execute;