php无法上传大文件
我正在本地主机上而不是服务器上测试网站 在 php.ini 中,最大文件大小为 128 mb,但我无法上传 26 mb flv 文件,它不会给我错误或任何内容,页面只是刷新,没有任何反应,它不会上传,但小大文件已成功上传有什么建议吗?
i'm testing a website on my localhost not on the server
in php.ini max file size is 128 mb but i can't upload a 26 mb flv file it doesn't give me an error or anything the page just refreshes and nothing happens it doesn't upload but small large files are uploaded successfully any advice ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
检查 php.ini、.htaccess 和 Web 服务器配置中的
upload_max_filesize
和post_max_size
。确保您正在编辑正确的 php.ini。Check
upload_max_filesize
andpost_max_size
in php.ini, .htaccess and web-server config. Make sure you're editing correct php.ini.是的,您需要通过票证向托管支持人员询问。限制取决于您的托管计划。
Yes, you'll need to ask to the hosting support via ticket. The limits depends from your hosting plan.