后端上传文件不限制大小
This commit is contained in:
parent
56709e04ff
commit
5cb67e4623
@ -870,6 +870,7 @@ namespace APT.PF.WebApiControllers.Api.PF
|
||||
/// </summary>
|
||||
/// <param name="filter"></param>
|
||||
/// <returns></returns>
|
||||
[DisableRequestSizeLimit] // 解除默认文件大小限制(可选)
|
||||
[HttpPost, Route("UploadVideo")]
|
||||
public JsonActionResult<dynamic> UploadVideo()
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user