Quote Originally Posted by sunnyside2522
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.

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>