开发者

'Access violation' error message while uploading files

开发者 https://www.devze.com 2023-01-14 07:42 出处:网络
I\'m using CCK FileField (and CCK VideoField) in my content-type. I get \'Acce开发者_如何学编程ss violation\' error message (after several minutes uploading) when I upload big videos (let\'s say.. 18

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

I get 'Acce开发者_如何学编程ss 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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消