点击或拖拽改变大小

FileManagerUpload 方法 (String, FileUploadHandler)

上传指定文件

命名空间:  Smobiler.Core.RPC
程序集:  Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.641.16928
语法
public void Upload(
	string filePath,
	FileUploadHandler handler
)

参数

filePath
类型:SystemString
客户端文件路径
handler
类型:Smobiler.Core.RPCFileUploadHandler
委托回调
参见