in reply to Re: forking large file uploads
in thread forking large file uploads

Unfortunately, moving my $req = new CGI; to the child process doesn't fix the problem. I like your suggestion about creating another "status" page via javascript, but I'm not allowed to use any type of javascript because our users' computers have javascript disabled. I'll keep hacking away and post a solution, if I find one. In the meantime, any other suggestions are welcome!