其他分享
首页 > 其他分享> > easyswoole 上传视频文件 无法接收

easyswoole 上传视频文件 无法接收

作者:互联网

1、刚开始学习 easyswoole 学到视频上传的时候 不知道问什么 request 接收不到数据 也不报错

$request = $this->request();

2.经常测试 发现显示 这个错误 确定是 php.ini
memory_limit = 128M 的限制 修改并重启php

Could not get any response
There was an error connecting to http://easyswoole.spicyging.top:9500/Api/index/file.
Why this might have happened:

3.发现还是不行 我测试接口使用的 工具 是postman 最后发现原来是postman 中也做了限制条件
在这里插入图片描述

标签:接收,postman,easyswoole,request,视频文件,php,上传
来源: https://blog.csdn.net/qq_39414590/article/details/100855832