http://qs1969.pair.com?node_id=170100


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

Aside from turning output buffering off, you'll need to do a print $cgi->header(); and print the <html> and <body> tags before you start printing your dots - when I last did this I used hashes (#) because they're a bit easier to see!