Article: HTTPS Uploading File

Index

Uploading File

You can upload a file using the HTTPS class.

Example

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

Related Articles

Main Categories