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
Author: Rawi G
Other Posts related to current topic


This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License


I’m having the same error. I’m using http://www.vioku.com
Thanks for your update – ad removed
hi
Should that .htaccess file contains only those codes that you provide?
thank you