博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
.net 后台判断是否要替换
阅读量:6146 次
发布时间:2019-06-21

本文共 382 字,大约阅读时间需要 1 分钟。

Response.Write("<script>window.οnlοad=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
{

}

转载于:https://www.cnblogs.com/balcon/p/10240832.html

你可能感兴趣的文章
7.对象创建型模式-总结
查看>>
1、块:ion-item
查看>>
【论文阅读】Classification of breast cancer histology images using transfer learning
查看>>
移动端处理图片懒加载
查看>>
jQuery.on() 函数详解
查看>>
谈缓存和Redis
查看>>
【转】百度地图api,根据多点注标坐标范围计算地图缩放级别zoom自适应地图
查看>>
用户调研(补)
查看>>
ExtJS之开篇:我来了
查看>>
☆1018
查看>>
oracle 去掉空格
查看>>
6.13心得
查看>>
Runtime类
查看>>
eclipse decompiler
查看>>
记一个搜索网盘资源的网站
查看>>
jdk1.7和jdk1.8的String的getByte方法的差异
查看>>
java父子进程通信
查看>>
Android ADB server didn't ACK * failed to start daemon * 简单有效的解决方案
查看>>
Olap学习笔记
查看>>
Codeforces Round #431 (Div. 1)
查看>>