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....
 Junior Member
					
					
						Junior Member
					
					
                                        
					
					
						 Working
 Working
		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....
 Junior Member
					
					
						Junior Member
					
					
                                        
					
					
						 Working
 Working
		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....
 Senior Member
					
					
						Senior Member
					
					
                                        
					
					
						 
 
		Works like a champ now!! Thanks for the fix admin!
 Junior Member
					
					
						Junior Member
					
					
                                        
					
					
						 Senior Member
					
					
						Senior Member
					
					
                                        
					
					
						 Re: Fix?
 Re: Fix?
		Originally Posted by hilariouslaugh.com
Well... look 3 or 4 posts above for the fix.
 Junior Member
					
					
						Junior Member
					
					
                                        
					
					
						 What a great add on!
 What a great add on!
		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
 Junior Member
					
					
						Junior Member
					
					
                                        
					
					
						 Still can't get the progress bar to work
 Still can't get the progress bar to work
		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.
 Junior Member
					
					
						Junior Member
					
					
                                        
					
					
						 A Comma
 A Comma
		I'm an idiot. I omitted a comma, a little tiny comma. The script is awesome!!!
 Junior Member
					
					
						Junior Member
					
					
                                        
					
					
						 Still unable to get progress bar to work...
 Still unable to get progress bar to work...
		I have tried everything listed, but till get the following errror:
ERROR: Failed to find flength file
 Administrator
					
					
						Administrator
					
					
                                        
					
					
						 Re: Still unable to get progress bar to work...
 Re: Still unable to get progress bar to work...
		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