How to enable the upload progress bar ?
Enabling the progress bar can be a bit trickier. That’s why it is disabled by default. Before enable it, make sure the script works without it. If it’s working, make sure the first line of upload.cgi is right according to where you have perl (on standard unix config, you probably don’t need to do anything) and the file will probably require to be chmod 755 in order to be executed. You can check if the perl script is working by opening it. You should get “CGI Working” like by example on my server. If you don’t get an error, the default temporary dir is working. By default, it is set to “tmp” in the same folder as w2box. However, you might prefer to change it to a full path like /tmp or ~/tmp. Make sure to change it in both upload.cgi and config.php. Finally, you can turn the variable upload_progressbar to true in config.php and hopefully it will works.