This method uploads the file to the Http server.

Overload list

This method uploads the file to the Http server with specified URI.

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

This method uploads the file to the Http server with specified URI.

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

This method uploads the file to the Http server with specified scheme, host name and path name.

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

See Also

Http Class | Http Members


The ImageKit.NET3 is created by Newtone Corporation