0

我是新来的,英语说得不太好。让我们看看你是否能理解我。我正在使用 uploadify V 3.2.1,它在 Chrome 和 Firefox 上运行良好,但在 IE 10 中(尚未在其他版本中测试过)当我单击选择文件时没有任何反应,我确实安装并更新了 flash 播放器。

您可以在此处找到项目Megaupload Link (Visual Studio 2008 C# Project)

有任何想法吗??

来自 IE 和 Chrome 的调试信息之间的唯一区别是 Chrome 最后也添加了这个

SWF 调试:SWFUpload 初始化完成
SWF 调试:
SWF 调试:----- SWF 调试输出 ----
SWF 调试:内部版本号:SWFUPLOAD 2.2.0
SWF 调试:电影名称:SWFUpload_0
SWF 调试:上传 URL:/Upload.ashx
SWF 调试:文件类型字符串: .
SWF 调试:已分析的文件类型:
SWF 调试:HTTP 成功:0
SWF 调试:文件类型说明:所有文件 ( . )
SWF 调试:文件大小限制:0 字节
SWF 调试:文件上传限制:0
SWF 调试:文件队列限制: 999
SWF DEBUG: Post Params:
SWF DEBUG: ----- END SWF DEBUG OUTPUT ----
SWF DEBUG:

这是头部代码

<link href="CSS/uploadify.css" rel="stylesheet" type="text/css" />


<script src="Script/jquery-1.9.1.min.js" type="text/javascript"></script>

<script src="Script/jquery.uploadify.js" type="text/javascript"></script>
<script type = "text/javascript">
    $(document).ready(function() {
    $("[id$='FileUpload1']").uploadify({
            'swf': 'Script/uploadify.swf',
            'uploader': 'Upload.ashx',
            'debug':true
        });
    }
);
</script> 

这是 ASP 代码

    <asp:FileUpload ID="FileUpload1" runat="server" />

Internet Explorer 调试信息

---SWFUpload Instance Info---
版本:2.2.0 2009-03-25
影片名称:SWFUpload_0
设置:
upload_url: /Upload.ashx
flash_url: Script/uploadify.swf?preventswfcaching=1382033262511
use_query_string: false
requeue_on_error: false
http_success:
假设成功超时:30
file_post_name:文件数据 post_params
:[object Object]
file_types :。
file_types_description:所有文件
file_size_limit:0
file_upload_limit:0
file_queue_limit:999
debug: true
prevent_swf_caching: true
button_placeholder_id: FileUpload1
button_placeholder: 未设置
button_image_url: /
button_width: 120
button_height: 30
button_text:
button_text_style: color: #000000; 字体大小:16pt;
button_text_top_padding:0
button_text_left_padding:0
button_action:-110
button_disabled:false
custom_settings:[object Object]
事件处理程序:
swfupload_loaded_handler分配:false
file_dialog_start_handler 已分配:true
file_queued_handler 已分配:true
file_queue_error_handler 已分配:true
upload_start_handler已分配:true
upload_progress_handler 已分配:true
upload_error_handler 已分配:true
upload_success_handler 已分配:true
upload_complete_handler 已分配:true
debug_handler 已分配:true

Chrome 调试信息

---SWFUpload Instance Info---
版本:2.2.0 2009-03-25
电影名称:SWFUpload_0
设置:
upload_url: /Upload.ashx
flash_url: Script/uploadify.swf?preventswfcaching=1382033429976
use_query_string: false
requeue_on_error: false
http_success:
假设成功超时:30
file_post_name:文件数据 post_params
:[object Object]
file_types :。
file_types_description:所有文件
file_size_limit:0
file_upload_limit:0
file_queue_limit:999
debug: true
prevent_swf_caching: true
button_placeholder_id: FileUpload1
button_placeholder: 未设置
button_image_url: /
button_width: 120
button_height: 30
button_text:
button_text_style: color: #000000; 字体大小:16pt;
button_text_top_padding:0
button_text_left_padding:0
button_action:-110
button_disabled:false
custom_settings:[object Object]
事件处理程序:
swfupload_loaded_handler分配:false
file_dialog_start_handler 已分配:true
file_queued_handler 已分配:true
file_queue_error_handler 已分配:true
upload_start_handler已分配:true
upload_progress_handler 已分配:true
upload_error_handler 已分配:true
upload_success_handler 已分配:true
upload_complete_handler 已分配:true
debug_handler 已分配:true

SWF 调试:SWFUpload 初始化完成
SWF 调试:
SWF 调试:----- SWF 调试输出 ----
SWF 调试:内部版本号:SWFUPLOAD 2.2.0
SWF 调试:电影名称:SWFUpload_0
SWF 调试:上传 URL:/Upload.ashx
SWF 调试:文件类型字符串: .
SWF 调试:已分析的文件类型:
SWF 调试:HTTP 成功:0
SWF 调试:文件类型说明:所有文件 ( . )
SWF 调试:文件大小限制:0 字节
SWF 调试:文件上传限制:0
SWF 调试:文件队列限制: 999
SWF DEBUG: Post Params:
SWF DEBUG: ----- END SWF DEBUG OUTPUT ----
SWF DEBUG:

4

0 回答 0