Uber-uploader Failed To Find Flength File

on my server i am using Uber-uploader – file uploader with progress bar. After configuring at first run files are uploading but no progress bar. showing error :

Failed To Find Flength File

so upon search i got a solution just add following entries in .htaccess file in cgi-bin folder where uber-uploaer .pl files located.

<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>

bingo – now its working fine.

source :
http://uber-uploader.sourceforge.net/?section=flength

Other Posts related to current topic


MyFreeCopyright.com Registered & Protected
Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License
Copy right related
Blog author MR.Rav

Enter your email address:

GET UPDATES TO YOUR E-MAIL

Post to Twitter

This entry was posted in linux and tagged , , , . Bookmark the permalink.

3 Responses to Uber-uploader Failed To Find Flength File

  1. Kei says:

    I’m having the same error. I’m using http://www.vioku.com

  2. admin says:

    Thanks for your update – ad removed

  3. joe keny says:

    hi

    Should that .htaccess file contains only those codes that you provide?

    thank you

Leave a Reply

Your email address will not be published. Required fields are marked *

*

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">