Frequently Asked Component Specific Questions
Options |
Display all FAQ items |
Displaying items 1 to 1 of 1, page 1 of 1
<< previous next >>



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;