Article: HTTP Uploading File

Index

Uploading File

You can upload a file using the HTTP class.

Example

HTTP http = new HTTP();
http.Hostname = “HostnameAddress”;
http.UploadFile(“C:\filetoupload.txt”);

 

Related Articles

Main Categories