POST xuner/file/saveFileFrom
文件上传from表单提交
请求信息
URI 参数
无。
Body 参数
无。
响应信息
资源描述
文件上传from表单提交
FileUploadResult| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| Success | boolean |
无。 |
|
| Message |
失败时为失败原因 |
string |
无。 |
| StoreFilePath |
成功时为文件的相对路径 |
string |
无。 |
| Id |
文件Id |
globally unique identifier |
无。 |
响应格式
application/json, text/json
样例:
{
"Success": false,
"Message": "",
"StoreFilePath": "",
"Id": "00000000-0000-0000-0000-000000000000"
}