php无法上传大文件

发布于 2025-01-06 02:34:20 字数 124 浏览 3 评论 0原文

我正在本地主机上而不是服务器上测试网站 在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

善良天后 2025-01-13 02:34:20

检查 php.ini、.htaccess 和 Web 服务器配置中的 upload_max_filesizepost_max_size。确保您正在编辑正确的 php.ini。

Check upload_max_filesize and post_max_size in php.ini, .htaccess and web-server config. Make sure you're editing correct php.ini.

抹茶夏天i‖ 2025-01-13 02:34:20

是的,您需要通过票证向托管支持人员询问。限制取决于您的托管计划。

Yes, you'll need to ask to the hosting support via ticket. The limits depends from your hosting plan.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文