错误 101 (net::ERR_CONNECTION_RESET):在 PHP 中
我正在尝试使用 php 将音频上传到服务器。我收到这个错误。我明白问题是由于超时造成的。但是如何在服务器上更改?
I am trying to upload an audio to server using php. I am getting this error. I understood the problem is due to timeout. But how to change on thew server??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
set_time_limit(0)
这将将时间限制设置为无(又称无时间限制)
set_time_limit(0)
This will set the time limit to nothing (aka no time limit)