专业网站建设品牌,十四年专业建站经验,服务6000+客户--广州京杭网络
免费热线:400-683-0016      微信咨询  |  联系我们

uploadify3.2 ie8 以上高版本 ie9 ie10 ie11 文件选择按钮无法点击

当前位置:网站建设 > 技术支持
资料来源:网络整理       时间:2023/2/14 0:16:24       共计:3603 浏览

当前IE 环境 
adoble flash 版本 14
uploadify 官网下载3.2
问题描述:ie8 以上高版本 ie9 ie10 ie11 文件选择按钮无法点击
希望有朋友能帮帮忙
JS代码

function inituploadify(){
var filetype = $('#fileType').combobox('getValue');
$("#uploadify").uploadify({
                'debug' : false,
                'uploader':_basePath_+'controllers/HandUPAction/upFile.do?filetype='+filetype,
                'swf': _basePath_+'resource/uploadify/uploadify.swf',
                'progressData':'percentage',
                'cancelImg': _basePath_+'resource/uploadify/uploadify-cancel.png',
                 'fileObjName': 'refile',   
                'queueID': 'fileQueue',
                'auto': false,
                'multi': true,
                'removeCompleted':false,
                'fileSizeLimit':0,
                'uploadLimit':999,
                'itemTemplate' : '<div id="${fileID}" class="uploadify-queue-item">' +
                 '${fileName}(${fileSize})&nbsp;&nbsp;' +
                 '<a href="javascript:$(\'#uploadify\').uploadify(\'upload\',\'${fileID}\')">开始上传</a>' +
                 '|<a href="javascript:$(\'#uploadify\').uploadify(\'cancel\',\'${fileID}\')">取消上传</a>' +
                 '<span class="data"></span><div class="uploadify-progress"><div class="uploadify-progress-bar"></div></div>' +
                 '</div>', 
                'onUploadError':function(){
                 //$.messager.alert("提示", '上传文件超出999个文件', 'info');
                },
                'fileTypeExts':'*.*',
                'buttonText': '选择文件',
               // 'buttonImg':_basePath_+ 'resource/uploadify/uploadify-cancel.png',
                'buttonCursor' :'hand',
                'onUploadSuccess':function(file, data, response){
                 $('#' + file.id).find('.data').html(' - 完成');
                },
                'onUploadError': function(file, errorCode, errorMsg, errorString){
                }
            });


}

有可能是swf地址不正确 SWF 地址是正确的 uploadify3.2 ie8 以上高版本 ie9 ie10 ie11 文件选择按钮无法点击
引用 2 楼 lqs_death 的回复:
SWF 地址是正确的 uploadify3.2 ie8 以上高版本 ie9 ie10 ie11 文件选择按钮无法点击

测试过在IE11下没有问题,插件本身是OK的 使用3.2.1版本在IE11下测试图:


代码:
        $("#uploadify").uploadify({

            'debug': false,

            'uploader': 'UploadHandler.ashx',

            'swf': '../JS/uploadify/uploadify.swf',

            'progressData': 'percentage',

            'cancelImg': '../JS/uploadify/uploadify-cancel.png',

            'fileObjName': 'refile',

            'queueID': 'fileQueue',

            'auto': false,

            'multi': true,

            'removeCompleted': false,

            'fileSizeLimit': 0,

            'uploadLimit': 999,

            'itemTemplate': '<div id="${fileID}" class="uploadify-queue-item">' +

                 '${fileName}(${fileSize})&nbsp;&nbsp;' +

                 '<a href="javascript:$(\'#uploadify\').uploadify(\'upload\',\'${fileID}\')">开始上传</a>' +

                 '|<a href="javascript:$(\'#uploadify\').uploadify(\'cancel\',\'${fileID}\')">取消上传</a>' +

                 '<span class="data"></span><div class="uploadify-progress"><div class="uploadify-progress-bar"></div></div>' +

                 '</div>',

            'onUploadError': function () {

                //$.messager.alert("提示", '上传文件超出999个文件', 'info');

            },

            'fileTypeExts': '*.*',

            'buttonText': '选择文件',

            // 'buttonImg':_basePath_+ 'resource/uploadify/uploadify-cancel.png',

            'buttonCursor': 'hand',

            'onUploadSuccess': function (file, data, response) {

                $('#' + file.id).find('.data').html(' - 完成');

            },

            'onUploadError': function (file, errorCode, errorMsg, errorString) {

            }

        });
你 adobe flash player 版本是多少的 你更新到最新版本  14 实验下 更新了也可以,你是不是把flash控件禁用了?
版权说明:
本网站凡注明“广州京杭 原创”的皆为本站原创文章,如需转载请注明出处!
本网转载皆注明出处,遵循行业规范,如发现作品内容版权或其它问题的,请与我们联系处理!
欢迎扫描右侧微信二维码与我们联系。
·上一条:在 MVC4 中使用 Uploadify 3.2 - 1 | ·下一条:微信公众平台开发—利用OAuth2.0获取微信用户基本信息

Copyright © 广州京杭网络科技有限公司 2005-2024 版权所有    粤ICP备16019765号 

广州京杭网络科技有限公司 版权所有