This method uploads a file to an Http server.

Overload List

This method uploads a file to an Http server specifying the remote URI and the local filename.

[Visual Basic] Public Function HttpUploadFile(String, String) As Boolean
[C#] public bool HttpUploadFile(string, string)

This method uploads a file to an Http server specifying the remote URI and the local filename.

[Visual Basic] Public Function HttpUploadFile(System.Uri, String) As Boolean
[C#] public bool HttpUploadFile(System.Uri, string)

This method uploads a file to an Http server specifying the access protocol, the remote host, the remote URI, and the local filename.

[Visual Basic] Public Function HttpUploadFile(String, String, String, String) As Boolean
[C#] public bool HttpUploadFile(string, string, string, string)

See Also

ImageKit.File Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation