Perl Upload Progress Meter installation
PERL UPLOAD PROGRESS METER INSTALLATION INSTRUCTIONS
Perl uploader files need to be placed to cgi-bin directory or apache httpd.conf can be changed to allow scripts execution from perl-uploader folder. It can be done with following lines under your domain
ScriptAlias /perl-uploader/ "/path/to/attachmax/perl-uploader/"
<Directory "/path/to/attachmax/perl-uploader">
AllowOverride All
Order allow,deny
Allow from all
</Directory>
Then 'chmod +x perl-uploader/pcgi.pl', 'chmod 666 up.log', rename config.pl.unix or config.pl.win (for Windows users) to config.pl and edit it:
1. Set $main::tmp_dir to slave temp path (/path/to/attachmax/slave/tmp)
2. Set $main::max_upload to your file max size value
3. Set $main::post_path to e.g. http://slave.domain.com/index.php or if installed in slave folder
http://www.domain.com/slave/index.php
Next steps to get it working:
1. Set "Perl uploader url" from "Servers" tab in admin panel (e.g. http://slave.domain.com/perl-uploader/pcgi.pl or http://www.domain.com/perl-uploader/pcgi.pl)
2. Open "Config" tab in admin panel and switch "Use Perl upload" and "Use upload progress meter" options to "yes"
Perl Progress meter should now be installed and working.