CodeIgniter Forums
Uploadify does not work on password protected sites - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Uploadify does not work on password protected sites (/showthread.php?tid=51217)



Uploadify does not work on password protected sites - El Forum - 04-25-2012

[eluser]brian.89[/eluser]
I use the JQuery plugin Uploadify for uploading files. It works fine in all browsers. If however I implement a passwort protection via .htaccess like this

AuthUserFile /my/path/to/.htpasswd
AuthGroupFile /dev/null
AuthName "Private Area"
AuthType Basic

<Limit GET POST>
require valid-user
</Limit>

uploadify stops working in Chrome. In Firefox it still works, but password calls again.




Uploadify does not work on password protected sites - El Forum - 04-25-2012

[eluser]CroNiX[/eluser]
Sounds like a better question for the Uploadify folks.