Uploadify insecure manner upload
Does anyone knows?
My web server requiring auth, while uploading a file i've got window with auth. Even if I'll put usern开发者_如何学运维ame and pass application is crashed.
This is due to a known bug in Flash that sends IE cookies regardless of the browser that is hosting the plugin, thus borking your authentication/authorization scheme.
Here is an asp.net based workaround. It is plainly written and can easily be ported to your environment.
精彩评论