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='/perl/upload';
> $Apache::UploadMeter::UploadMe
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::UploadMeter::configure;
following