Response.Write("<script>window.onload=function (){if(confirm(\"该文件已经存在,确定要替换吗吗?\")){document.getElementById(\"hidIsSave\").value = \"1\" }else {document.getElementById(\"hidIsSave\").value = \"0\"}}</script>");
if (hidIsSave.Value == "1")
{
File.Delete(Server.MapPath(FileName));
fuload.SaveAs(Server.MapPath(FileName));
}
else
{

}

最新文章

  1. 使用EditText的addTextChangedListener(new TextWatcher())方法
  2. matlab初学之strcat、num2str
  3. win8启动文件夹
  4. JAVA 笔记
  5. jsp:useBean的使用
  6. 常见ie css hack
  7. c/c++ console(控制台)编程详解
  8. [SCOI2008]配对
  9. Eclipse安装springsource-tool-suite插件及spring helloworld入门实例
  10. C#与 微信小程序 互为加解密方案
  11. MetaMask/obs-store
  12. Jmeter(三十二)Jmeter Question 之 “自定义函数开发”
  13. sparse linear regression with beta process priors
  14. spring配置多个事务管理器
  15. verilog实现VGA显示方块屏幕保护
  16. BZOJ3635谈笑风生
  17. mysql使用笔记(一)
  18. json_encode替代函数
  19. 算法训练 安慰奶牛(节点有权值的MST)
  20. My SqL 常用命令

热门文章

  1. Python成绩雷达图
  2. eclipse项目无故报错,markers信息为An error occurred while filtering resources
  3. 有关wkwebview和UIwebview获取html中的标签方法
  4. 图片处理类 类库--C#
  5. 自学自用 = B站(操作系统_清华大学(向勇、陈渝)) 未完待续。。
  6. 刺透内网的HTTP代理
  7. 通过代码定义shape/selector
  8. 第78节:Java中的网络编程(上)
  9. Metasploit Framework(4)信息收集
  10. MySQL数据库的锁机制