gpt4 book ai didi

jquery - Uploadify 不适用于受密码保护的网站

转载 作者:行者123 更新时间:2023-12-01 03:26:14 25 4
gpt4 key购买 nike

我使用JQuery插件Uploadify用于上传文件。它在所有浏览器中都能正常工作。但是,如果我像这样通过 .htaccess 实现密码保护

AuthType Basic
AuthName "Restricted Files"
AuthUserFile /my/path/to/.htpasswd
AuthPGAuthoritative Off
Require user dev

uploadify 在 Firefox 中停止工作。在 Chrome 中它仍然有效。

在 Firefox 中,文件选择框可以工作,但在我选择文件后,进度条确实停留在 0% 并且文件未上传到服务器。

我猜问题出在受密码保护的网站上的 Flash 上。有什么想法可以在不删除密码保护的情况下解决这个问题吗?

最佳答案

有一个众所周知的 Flash 错误会破坏身份验证。

在这里阅读它(它适用于 swfupload,但我确信它也适用于 uploadify):

http://demo.swfupload.org/Documentation/#knownissues (在“Cookie 问题”下)

您可能需要将 session 信息从上传页面传递到上传脚本。

解决方法发布在 swfupload 网站上,但我似乎找不到它们了。

他们在这里有一个 Flash bug 的演示:http://demo.swfupload.org/v220/cookiebugdemo/index.php

关于jquery - Uploadify 不适用于受密码保护的网站,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4905987/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com