Bug #1542
Updated by gstrauss over 8 years ago
Hi. I am using lighttpd 1.5.0 1922 with mod_uploadprogress and php fcgi. Uploading 10mb files works fine, but 100mb+ files sometimes dont work. My post action is a php script, which redirects to another page after handling the uploaded file (expected status: 302). But if I upload a large file (100mb and more) I sometimes see status 200 in accesslog (php script not executed) and the browser (ff2 / ie7) retries to upload the file. After 2 or 3 attempts I get 302 and the file is handled by the php script. Any idea? I tried to debug, but I dont know what I need to looking for. Thank You!