Hello!
if I try to upload a video http://speedriding-videos.com/upload.php I get recdirected to the upload.php site again after the upload. The progress bar is not enabled (missing perl support). What´s wrong here?
Thank you,
nitramf
Printable View
Hello!
if I try to upload a video http://speedriding-videos.com/upload.php I get recdirected to the upload.php site again after the upload. The progress bar is not enabled (missing perl support). What´s wrong here?
Thank you,
nitramf
Enable upload progress bar.
viewtopic.php?f=3&t=981
Put the url in uu_default_config.pm as same as config.php
That is not the solution. There is standing all the time "Progress:
Initializing Progress Bar ..." but nothing happens. If the upload is finished I get a download for uu_upload.pl
What web browser are you using? The upload progress bar only works with Internet Explorer and Firefox.
I am using Firefox 3.
The problem is that my server don´t has enabled perl.
Here is my vhost.conf:
Quote:
NameVirtualHost speedriding-videos.com:80
<VirtualHost speedriding-videos.com:80>
ServerName www.speedriding-videos.com
ServerAdmin [email protected]
DocumentRoot /var/www/speed
Options ExecCGI
</VirtualHost>
If your vhost configuration, you need to add
Then, chmod 755 the .pl files. You should then be OK. On some hosts, your cgi-bin is separate from the root document directory. If this is the case, place your .pl files in your real CGI-BIN. Otherwise, the above should work.Code:AddHandler cgi-script .cgi .pl
Thank you, it works :)
Now I am only waiting for 2.7 :-p