上传一个30s的视频,直接返回 这个错误<html><head><title>413 Request Entity Too Large</title></head><body bgcolor="white"><center><h1>413 Request Entity Too Large</h1></center><hr><center>nginx/1.10.2</center></body></html><!-- a padding to disable MSIE and Chrome friendly error page --><!-- a padding to disable MSIE and Chrome friendly error page --><!-- a padding to disable MSIE and Chrome friendly error page --><!-- a padding to disable MSIE and Chrome friendly error page --><!-- a padding to disable MSIE and Chrome friendly error page --><!-- a padding to disable MSIE and Chrome friendly error page -->
后台已帮忙将上传限定设定为500M,还是报413
没有看到文件大小的相关限制,但是时间上有限制
默认超时时间和最大超时时间都是 60s;
超时时间可以在
app.json
中配置。设定了最大超时60s,录制20s可以上传OK,而30s的就直接413
按道理来说,w x.uploadFile只是一个api,上传到的目标服务器还是你们的服务器做了限制,看到你说已经设定500M了,建议你再让运维检查一下,是不是有nginx之类的限制:https://blog.csdn.net/fdipzone/article/details/45544497
nginx 出现413 Request Entity Too Large问题,跟你报的那个错误很像,😄
好的,感激涕零百忙解答,问题再研究
只能坐等我们后台大神帮忙解决了