I think this is maybe not filefield issue,
no matter upload file by use cck/filefield or drupal core file upload
both got the same problem if file size more than 200MB
'HTTP error 0' for core upload module is "... HTTP error 0: /upload/js"
'HTTP error 0' for filefield module is "... HTTP error 0: /filefield/ahah/video/field_video_upload/0/x-progress-id%..." (with filefield_nginx_progress module)
but i can upload file 191MB success,
my php.ini configuration is
max_execution_time = 600
max_input_time = 1500
memory_limit = 128M
post_max_size = 600M
upload_max_filesize = 500M
Comments
Comment #1
quicksketchThis is almost certainly a server configuration issue. I've tested FileField with 1.5GB files and there's no reason why it would stop working at 200MB. Check your server configuration and make sure you're not being capped by your hosting company. If you have the Sohusin extension that will also cause problems. See http://drupal.org/node/423478.
I'm not going to allow another issue open about HTTP Error 0, since we already have two:
#297035: HTTP error 0
#473760: HTTP 0 error when uploading ANY file