之前没有使用过。但现在:
所有关系均符合文档
$("#file_upload").uploadify({
'method' : 'post',
'buttonClass' : 'upload-photo-file',
'formData' : { 'cmd' : 'download', 'path' : pathPhoto, 'user' : user},
'auto' : false,
'buttonText' : 'Выбрать фото',
'progressData' : 'speed',
'swf' : '/uploadify.swf',
'uploader' : '/uploadify.php',
// Some options
'onUploadSuccess' : function(file, data, response) {
$('.results').html(data);
},
'itemTemplate' : '<div id="${fileID}" class="uploadify-queue-item">\
<div class="cancel">\
<a class="del-moder-photo" href="javascript:$(\'#${instanceID}\').uploadify(\'cancel\', \'${fileID}\')"><i class="fa fa-times"></i></a>\
</div>\
<span class="fileName" >${fileName} (${fileSize})</span>\
<span class="data"></span>\
<div class="uploadify-progress"><div class="uploadify-progress-bar"><!--Progress Bar--></div></div>\
</div>'
});
发生了什么事?
答案 0 :(得分:4)
检查您是否安装了闪存,如果安装了闪存,请确保您的域位于“允许”部分。
如果您使用的是Chrome
但是,这只适用于您的节点,如果它是某些客户的解决方案,您必须通知他们或找到一些其他解决方案来触发您需要以某种方式从您的网站/应用中获取Flash。
希望它适合你。