娱乐新闻表结构
ent_news
uploadify
http://www.uploadify.com/
demo
http://www.uploadify.com/demos/
index/index.html去掉标签
_menu.html
添加管理
News.php
fetch();
}
}
image.js
$(function () {
$("#file_upload").uploadify({
swf: swf,
uploader: image_upload_url,
buttonText: '图片上传',
fileTypeDesc: 'Image files',
fileObjName: 'file',
fileTypeExts: '*.gif;*.jpg;*.png',
onUploadSuccess: function (file, data, response) {
//我们需要扩展内容
if (response) {
$('#upload_org_code_img').attr('src', JSON.parse(data).data);
$('#file_upload_image').attr('value', JSON.parse(data).data);
$('#upload_org_code_img').show();
}
}
});
});
index.html(news)
{include file="public/_meta" title="娱乐资讯"/}
<>
{include file="public/_footer" /}