SWFupload and the pesky ERROR 401

Today I came across with some problems with an old installation of SWFupload and a htpasswd & htaccess protected website.
When protected the SWFupload will not complete and returns the error: ‘Upload Error: 401’.

The solution is to edit your .htaccess file and add:

<Files "upload.php">
Satisfy Any
</Files>

Any questions or comments? Post them below!

Exit mobile version