Uploads from the current position in the specified source stream and writes to the destination file on the server.

      Overload List

      UploadFile(Stream, String)Uploads from the current position in the specified source stream and writes to the destination file on the server.UploadFile(String, String)Uploads a file to the server.UploadFile(Stream, String, Int64, Int64)Uploads from the current position in the specified source stream and writes to the destination file at the specified offset.UploadFile(Stream, String, Int64)Uploads from the current position in the specified source stream and writes to the destination file at the specified offset.UploadFile(String, String, Int64, Int64, Int64)Uploads the specified part of the local file to the specified offset of the file on the server.UploadFile(String, String, Int64, Int64)Uploads the specified part of the local file to the specified offset of the file on the server.
      Top

      See Also