in reply to Re: Re: Re: Trouble with browser file upload for large files
in thread Trouble with browser file upload for large files

Even though I've turned off output buffering the browser isn't displaying the next page until the complete upload is complete....my code is as follows
print $query->header(-Refresh=>'5;URL=http://baz.perlmonk.org/main.cgi +'); print $query->start_html("Submission Added");
would the refresh be switching the buffering back on?