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] 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:

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.. :)

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

2005-04-27 Thread Cees Hek
If anyone is still interested, I have been able to get the uploadmeter to work successfully in IE. It seems IE didn't like the namespace declarations in the XSL stylesheet and the XML file. Once removed things started to work. http://cees.crtconsulting.ca/perl/examples/uploadmeter/ I still

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

2005-04-25 Thread Cees Hek
On 4/25/05, Michael Graham [EMAIL PROTECTED] wrote: Anyway, you can try it out here: http://cees.crtconsulting.ca/perl/examples/uploadmeter/ Wow - that is very nifty! I couldn't get it to work in Opera or MSIE, but it looks great in Firefox! It won't work in Opera and Safari since

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

2005-04-24 Thread Cees Hek
Well, thanks to a miserable day outside, and a few hours that I probably should have spent doing real work, I made an attempt at doing the upload meter today. It still needs a bunch of work to clean things up, but it is in a working state. I think it can easily be abstracted into a module that

[cgiapp] dynamic stats and progress bar for file uploads

2005-04-23 Thread Mark Stosberg
This looks like like a fun project for someone to port to CGI::Application: http://sean.treadway.info/demo/upload Written in Ruby and using an AJAX backend, it's a demonstration of re-usable software to provide a progress bar and dynamic stats updates for a file upload field. The video linked

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

2005-04-23 Thread Cees Hek
On 4/23/05, Mark Stosberg [EMAIL PROTECTED] wrote: This looks like like a fun project for someone to port to CGI::Application: http://sean.treadway.info/demo/upload Written in Ruby and using an AJAX backend, it's a demonstration of re-usable software to provide a progress bar and dynamic