日期:2014-05-16 浏览次数:20550 次
queue = '#' + jQuery(this).attr('id') + 'Queue';
jQuery(queue).append('<div id="' + jQuery(this).attr('id') + ID + '" class="uploadifyQueueItem">\
<span class="fileName" style="margin-right:200px;">' + fileName + '</span>\
<span class="byteSize" style="margin-left:90px;">' + byteSize + suffix + '</span>\
<span style="margin-left:100px;">等待上传...</span>\
<span style="margin-left:80px;"><a href="javascript:jQuery(\'#' + jQuery(this).attr('id') + '\').uploadifyCancel(\'' + ID + '\')"><img src="' + settings.cancelImg + '" border="0" /></a></span>\
<span class="percentage"></span>\
</div>');
上传文件总大小<input type="text" id="fileSize"></br>
<input type="file" onchange="fn(this)">