On my page its working the progress bar, the only issue is that when the video is uploaded the thumbnail of the video is one that already is on server, that is what i dont understand....
On my page its working the progress bar, the only issue is that when the video is uploaded the thumbnail of the video is one that already is on server, that is what i dont understand....
Visit http://www.imnotblind.com to share your videos....
Now its all working fine i think....
Visit my page and see it for your selfe....
Upload one video to see progress bar and feel free to see it.... lolol
Thx admin for the upgrade....
Visit http://www.imnotblind.com to share your videos....
Works like a champ now!! Thanks for the fix admin!
Originally Posted by hilariouslaugh.com
Well... look 3 or 4 posts above for the fix.
THis progress bar is great! The only probelm is that just before the file was completed it gave this error.
ERROR: Failed to mkdir http://www.hilariouslaugh.com/vshare/upload.php: No such file or directory
I'm still getting :
ERROR: Failed to load default config file uu_default_config.pm
Even though I'm using the latest version, I downloaded the upgrade and replaced the upload.php file. Still no good.
I've modded, changed paths. I am at a complete loss for answers.
I'm an idiot. I omitted a comma, a little tiny comma. The script is awesome!!!
I have tried everything listed, but till get the following errror:
ERROR: Failed to find flength file
This is caused by mod_security on the server.Originally Posted by sunnyside2522
See
http://uber-uploader.sourceforge.net/?section=flength
On cpanel servers, it work by default with out any change, if you use another control panel that have cgi-bin outside public_html, you need to upload .htaccess file with following content to cgi-bin folder too
Code:<IfModule mod_security.c> # Turn off mod_security filtering. SecFilterEngine Off # The below probably isn't needed, # but better safe than sorry. SecFilterScanPOST Off </IfModule> <IfModule mod_gzip.c> mod_gzip_on No </IfModule>
Bookmarks