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


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

Unfortunately that didn’t work either...
  • Comment on Re: Re: Re: Re: Trouble with browser file upload for large files

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Trouble with browser file upload for large files
by zakb (Pilgrim) on May 29, 2002 at 15:06 UTC

    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!