Re: Apache::UploadMeter

2003-07-23 Thread Sven
I had some problems with my server-configuration (httpd.conf) but now it works perfect. Thanks to Issac for the fast help and the cool module. > Hope this gets you started, > Issac > >

Re: Apache::UploadMeter

2003-07-22 Thread Sven
gt; Cc: <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 3:21 PM Subject: Re: Apache::UploadMeter > Sven wrote... > > [snip] > - > use Apache (); > use Apache::Request (); > $apr = Apache::Request->new($r); > foreach $pa

Re: Apache::UploadMeter

2003-07-22 Thread Issac Goldstand
-- First of all, use instance() instead of new(). I believe the documentation for Apache::UploadMeter mentions this. [snip] Can someone show me an example of a "upload.pl" where a file is stored on the server please? Sure. Here is the re

Apache::UploadMeter

2003-07-22 Thread Sven
Hi there,   I want to use the Apache-UploadMeter. I set my configuration to:   -use Apache::UploadMeter;$Apache::UploadMeter::UploadForm='/formtag.htm';$Apache::UploadMeter::UploadScript='/perl/upload.pl';$Apache::UploadMeter:

Re: UploadMeter

2003-06-04 Thread Issac Goldstand
ist'" <[EMAIL PROTECTED]> Sent: Wednesday, June 04, 2003 2:18 PM Subject: RE: UploadMeter > Feature or bug? > Other debug info: Apache::Table=HASH(0xa1223ec) > > Here is what it told me when I used it. > Upload Complete > Detected upload field: TestUploadField > De

RE: UploadMeter

2003-06-04 Thread Ryan Farrington
debug info: Apache::Table=HASH(0xa1223ec) -Original Message- From: Issac Goldstand [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 6:04 AM To: [EMAIL PROTECTED] Cc: modperl list Subject: Re: UploadMeter Sorry for the late reply. http://epoch.beamartyr.net/umtest/form.html That&#

Re: UploadMeter

2003-06-04 Thread Issac Goldstand
ter... Issac - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 31, 2003 7:02 PM Subject: UploadMeter > Hi, > Anyone know a site that uses UploadMeter? I would like to > take a live look at it to see if its what I am aft

UploadMeter

2003-06-01 Thread [EMAIL PROTECTED]
Hi, Anyone know a site that uses UploadMeter? I would like to take a live look at it to see if its what I am after. So far when I try it it simply does not print 'any' form input fields. This is likely due to something about Stacked Handlers. Well TIA. Best Regards, [EMAIL

Re: Apache::UploadMeter configuration problem

2003-02-13 Thread Cees Hek
Quoting Konstantin Yotov <[EMAIL PROTECTED]>: > Hello! :) > I install Apache::UploadMeter, but when I when I add > this in startup.pl > use Apache::UploadMeter; > > $Apache::UploadMeter::UploadForm='/form.html'; > $Apache::UploadMeter::UploadScript=&

Apache::UploadMeter configuration problem

2003-02-13 Thread Konstantin Yotov
Hello! :) I install Apache::UploadMeter, but when I when I add this in startup.pl use Apache::UploadMeter; $Apache::UploadMeter::UploadForm='/form.html'; $Apache::UploadMeter::UploadScript='/perl/upload'; $Apache::UploadMeter::UploadMeter='/perl/meter'; Apache::Uplo

[ANNOUNCE] Apache::UploadMeter-0.21

2002-02-03 Thread Issac Goldstand
The URL http://prdownloads.sourceforge.net/apache-umeter/Apache-UploadMeter-0.21.tar.gz has entered CPAN as file: $CPAN/authors/id/I/IS/ISAAC/Apache-UploadMeter-0.21.tar.gz size: 7293 bytes md5: c2b830b7a6204d40050946c5d84c9583 Also available on SourceForge (see above URL

[ANNOUNCE] Apache::UploadMeter-0.17

2002-01-13 Thread Issac Goldstand
The URL http://prdownloads.sourceforge.net/apache-umeter/Apache-UploadMeter-0.17.tar.gz has entered CPAN as file: $CPAN/authors/id/I/IS/ISAAC/Apache-UploadMeter-0.17.tar.gz size: 6182 bytes md5: 184038fd7ce8255c1591f0ec4f5eff25 No action is required on your part Also available on

Re: [ANNOUNCE] Apache::UploadMeter-0.15

2002-01-08 Thread Issac Goldstand
that perform uploads, can I > define two different forms in the httpd.conf file? > > > > > > > > -Original Message- > *From:* Issac Goldstand [mailto:[EMAIL PROTECTED]] > *Sent:* Monday, January 07, 2002 10:08 PM > *To:* [EMAIL PROTECTED] > *Subject:* [ANNOUNCE] Apache::UploadMeter-0.15 >

RE: [ANNOUNCE] Apache::UploadMeter-0.15

2002-01-08 Thread eCap
::UploadMeter-0.15 Finally, after a month of being bogged down on [EMAIL PROTECTED], the barriers have being cleared and Apache::UploadMeter's hit CPAN!   The URL    http://telia.dl.sourceforge.net/apache-umeter/Apache-UploadMeter-0.15.tar.gzhas entered CPAN as  file: $CPAN/authors/id

[ANNOUNCE] Apache::UploadMeter-0.15

2002-01-07 Thread Issac Goldstand
Finally, after a month of being bogged down on [EMAIL PROTECTED], the barriers have being cleared and Apache::UploadMeter's hit CPAN!   The URL    http://telia.dl.sourceforge.net/apache-umeter/Apache-UploadMeter-0.15.tar.gzhas entered CPAN as  file: $CPAN/authors/id/I/IS/ISAAC/A

[ANNOUNCE (sort of)] Apache::UploadMeter-0.15

2002-01-03 Thread Issac Goldstand
Since I'm still waiting after a month for a PAUSE account (apparantly there's some major hold-up at [EMAIL PROTECTED]), I've released Apache::UploadMeter on sourceforge.net The project homepage is http://sourceforge.net/projects/apache-umeter Version 0.15 is out, but it'

RFC: Apache::UploadMeter

2001-10-22 Thread Issac Goldstand
I need to make an upload meter for a project that I'm working on, and was wondering if it was worth making a generic one and puting it under the Apache::* namespace (probably Apache::UploadMeter).  The reason that I'm asking is because it's going to need a rather extensive c