Re: [cgiapp] dynamic stats and progress bar for file uploads

2005-04-28 Thread Ron Savage
On Wed, 27 Apr 2005 21:38:39 -0700, Cees Hek wrote: Hi Cees http://cees.crtconsulting.ca/perl/examples/uploadmeter/ Beautiful. I still haven't abstracted it into an easy to use module yet, but that is next (along with support for other browsers) :-(. -- Cheers Ron Savage, [EMAIL

Re: [cgiapp] tmpFileName method in CGI::Simple

2005-04-28 Thread Wojciech Pietron
Hi Tony, yes, it seams that this is a good solution. After that change I have no problems with CGI.pm in mod_perl and it works perfectly for me. Thank you, Tony. On the other hand I would like to know the opinion of Mark Stosberg, the noble author of DFV and the ability to change the code in

Re: [cgiapp] dynamic stats and progress bar for file uploads

2005-04-28 Thread Eric
At 08:59 AM 4/28/2005, Cees Hek wrote: On 4/28/05, Wojciech Pietron [EMAIL PROTECTED] wrote: But I think, that there are some different needs for such a progress bar. For example, I have same queries that last about 20 seconds and the user doesn't know what is going on. I realize, that the

Re: [cgiapp] dynamic stats and progress bar for file uploads

2005-04-28 Thread Steve Comrie
haha, might have also been me. I have a dummy file called 1millioncharacters.txt which (surprise, surprise) contains nothing but like a milltions x's. sorry .. :-) --- Steve Comrie Eric wrote: At 08:59 AM 4/28/2005, Cees Hek wrote: On 4/28/05, Wojciech Pietron [EMAIL PROTECTED] wrote: But I

Re: [cgiapp] dynamic stats and progress bar for file uploads

2005-04-28 Thread Eric
Heh, that makes me think of the south park episode where the ATF are outside the house party and the couple comes outside, then all of the agents shoot them, and the leader asks, ok, who fired the first shot?, and like 10 guys raise there hands.. :) At 09:21 AM 4/28/2005, Steve Comrie wrote:

[cgiapp] Reporting Back (Dynamic Charts)

2005-04-28 Thread Jason Purdy
So I completed my work on the dynamic charts and thought I'd share back my findings. DBD::Chart is definitely the way to go - it's very neat. I did run into some problems and it was hard to debug (DBI's RaiseError and trace() don't really help when INSERT'ing bad data into the chart table),

Re: [cgiapp] dynamic stats and progress bar for file uploads

2005-04-28 Thread Cees Hek
On 4/28/05, Eric [EMAIL PROTECTED] wrote: Heh, that makes me think of the south park episode where the ATF are outside the house party and the couple comes outside, then all of the agents shoot them, and the leader asks, ok, who fired the first shot?, and like 10 guys raise there hands.. :)