Re: [cgiapp] Using HTTP chunked transfer with CGI::App?

2010-06-22 Thread Ron Savage
Hi Des On Tue, 2010-06-22 at 10:20 +0100, Des Herriott wrote: > On Sat, Jun 19, 2010 at 4:18 PM, wrote: > > If you want/need to avoid the js route, this old article from Mr > > Schwartz > > was something that inspired me to write more interesting cgi scripts > > than what I was coding at the tim

Re: [cgiapp] Using HTTP chunked transfer with CGI::App?

2010-06-22 Thread Des Herriott
On Sat, Jun 19, 2010 at 4:18 PM, wrote: > If you want/need to avoid the js route, this old article from Mr > Schwartz > was something that inspired me to write more interesting cgi scripts > than what I was coding at the time. > Nic Sandfield Thanks to you both - following Randall Schwartz's art

Re: [cgiapp] Using HTTP chunked transfer with CGI::App?

2010-06-19 Thread n1zero
If you want/need to avoid the js route, this old article from Mr Schwartz was something that inspired me to write more interesting cgi scripts than what I was coding at the time. Nic Sandfield http://www.stonehenge.com/merlyn/LinuxMag/col39.html # CGI::Application community mailing list #

[cgiapp] Using HTTP chunked transfer with CGI::App?

2010-06-18 Thread Nicholas Bamber
tus and put in some automatic refresh in the headers until the work is complete. The one thing you really cannot do is leave the browser wating whilst the work completes. Nicholas > Message: 1 > Date: Fri, 18 Jun 2010 14:40:06 +0100 > From: Des Herriott > Subject: [cgiapp] Using HTT

[cgiapp] Using HTTP chunked transfer with CGI::App?

2010-06-18 Thread Des Herriott
Hi, I'm working on a CGI::Application app which needs to run some potentially slow tasks, and I want to keep the user updated about its progress. The runmodes I'm using: - show_request_form - display the initial request form - show_preview - once the user has entered their data, display a list o