-
Notifications
You must be signed in to change notification settings - Fork 7
HTTPFile
vimfung edited this page Dec 17, 2018
·
4 revisions
在进行HTTP文件上传时,需要用到该类型来描述本地文件并传递给HTTPTask
。
HTTPFile
> Object
iOS
Android
Unity3D
上传文件的本地路径,为绝对路径。
String
上传文件的内容类型,例如:jpg图片文件对应的MIME为image/jpg
,默认为application/octet-stream
。
String
在上传过程中的传输编码类型
String