添加按钮,第一次添加文件后再一次点击添加,弹出的dialog中会出现上一次添加的文件名,
但无任何文件信息
$("#create_dialog").dialog({
autoOpen: false,
height: 260,
width: 470,
modal: true,
resizable:false,
close: function () {
//隐藏“未设置”按钮该按钮在搜索的时候使用
$("#create_form")[0].reset();
return false;
},
open:function(event,ui){
return false;
}
});
弹出的这个页面中加上
<meta content="no-cache" http-equiv="Pragma">