0
インストールし点滅している場合、あなたがしなければ、必ずあなたのことを確認
Used previously without a broble. But now:jQueryのuploadifyエラー:キャッチされない例外TypeError:プロパティを読み取ることができません未定義
All relationships are in accordance with the documentation
$("#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>'
});
What happened?