I was trying to put a flash uploader on my webspace and it kept telling me PHP error 406. So I created a .htaccess file with the following:
Thats all fine and dandy, it solved the problem with the 406 error, but now I can't even though it says "uploaded succsefully" the files aren't there. What an I doing wrong? :dunno:
P.S. My username is teenhang. The exampe is accsessable here.
HTML:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
Thats all fine and dandy, it solved the problem with the 406 error, but now I can't even though it says "uploaded succsefully" the files aren't there. What an I doing wrong? :dunno:
P.S. My username is teenhang. The exampe is accsessable here.