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”);
in HTTPS
You can upload a file using the HTTPS class.
HTTPS http = new HTTPS();
http.Hostname = “HostnameAddress”;
http.UploadFile(“C:\\filetoupload.txt”);