伊图教程网[www.etoow.com]
http://www.etoow.com/html/2007-08/1187271939-4.html
if (_photoUploadProgressTimer)
{
clearTimeout(_photoUploadProgressTimer);
}
_divUploadProgress.style.display = 'none';
_divUploadMessage.style.display = 'none';
_divFrame.style.display = '';
if (message.length)
{
var color = (isError) ? '#ff0000' : '#008000';
_divUploadMessage.innerHTML = '<span style=\"color:' + color + '\;font-weight:bold">' + message + '</span>';
_divUploadMessage.style.display = '';
if (isError)
{
_ifrPhoto.contentWindow.document.getElementById('filPhoto').focus();
}
}
}
建立基于Ajax样式的文件上传
'http://www.etoow.com/html/2007-08/1187271939-4.html