Perl Upload Progress Meter installation
Wed, 2007-02-07 02:08 — jony
PERL UPLOAD PROGRESS METER INSTALLATION INSTRUCTIONSPerl 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<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: 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 2. Open "Config" tab in admin panel and switch "Use Perl upload" and "Use upload progress meter" options to "yes" |
