http://www.perlmonks.org?node_id=57335

batmonk has asked for the wisdom of the Perl Monks concerning the following question:

When you upload files using multi-part forms, you normally receive no feedback as the file is being sent to the server.

Is is possible to write a Perl CGI script that accepts the file upload in increments, so you can print messages that the user sees?

If so, where should I look for more details? I checked lwpcook, the CGI faqs, and a few different search engines to no avail. An example would be ideal, but I'll take RTFM if you can tell me which manual I should be flipping.