点击或拖拽改变大小

IntegrationFileClient.UploadFileAsync 方法

重载列表
  名称说明
公共方法UploadFileAsync(String, Action<Int64, Int64>)
上传本地的文件到服务器操作,服务器存储的文件名就是当前文件默认的名称,其余参数默认为空
公共方法UploadFileAsync(String, String, String, String, Action<Int64, Int64>)
上传本地的文件到服务器操作,服务器存储的文件名就是当前文件默认的名称
公共方法UploadFileAsync(String, String, String, String, String, String, Action<Int64, Int64>)
上传本地的文件到服务器操作,服务器存储的文件名就是当前文件默认的名称
公共方法代码示例UploadFileAsync(Bitmap, String, String, String, String, String, String, Action<Int64, Int64>)
上传内存图片到服务器操作
公共方法代码示例UploadFileAsync(Stream, String, String, String, String, String, String, Action<Int64, Int64>)
上传数据流到服务器操作
公共方法代码示例UploadFileAsync(String, String, String, String, String, String, String, Action<Int64, Int64>)
上传本地的文件到服务器操作,如果该文件已经存在,那么就更新这个文件。
Upload a local file to the server. If the file already exists, update the file.
Top
参见