“访问冲突”上传文件时出现错误消息

发布于 2024-09-16 14:00:45 字数 218 浏览 5 评论 0原文

我在内容类型中使用 CCK FileField(和 CCK VideoField)。

当我上传大视频(假设.. 18MB)时,我收到“访问冲突”错误消息(上传几分钟后)。 (我猜访问冲突是服务器消息..或PHP错误消息..

我的PHP Post最大大小是100M,所以我想这不是问题。

可能是什么原因? 是文件权限问题吗?所有文件上的值都应为 777。

谢谢

I'm using CCK FileField (and CCK VideoField) in my content-type.

I get 'Access violation' error message (after several minutes uploading) when I upload big videos (let's say.. 18MB). (The Access violation is a server message I guess.. or PHP error message..

My PHP Post max size is 100M so I guess this is not the issue.

What could be the reason ?
Is a file permissions issues ? They should be 777 on all files.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

顾挽 2024-09-23 14:00:45

您检查过 php.ini 中的 max_execution_timemax_input_time 吗?可能是您的连接/脚本在上传所有数据之前超时。

Have you checked max_execution_time and max_input_time, in php.ini? It could be that your connection/script times out before you have uploaded all your data.

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