Overload List

  Name Description
Public method Upload(FileInfo)
Uploads the specified file.
Public method Upload(String)
Uploads the specified file.
Public method Upload(array<Byte>[]()[][], String)
Uploads the specified data to the remote file.
Public method Upload(FileInfo, String)
Uploads the specified file.
Public method Upload(String, Boolean)
Uploads the specified file.
Public method Upload(String, String)
Uploads the specified file.
Public method Upload(array<Byte>[]()[][], String, Boolean)
Uploads the specified data to the remote file.
Public method Upload(FileInfo, String, Boolean)
Uploads the specified file.
Public method Upload(String, String, Boolean)
Uploads the specified file.

See Also