⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 upimage.asp

📁 具有计划、任务、通告、公文、员工档案、等网络办公功能
💻 ASP
字号:

<!--#include file="../inc/upload.asp"-->
<%
Server.ScriptTimeOut =20
dim upload,file,formName,formPath,iCount
set upload=new upload_file ''建立上传对象

Dim iDateTime,iaddfile,ifrom,iinfo,ilevel,cent,iread,iadd,info,iext	
	
	'读取附件内容
for each formName in upload.file 
	set file=upload.file(formName) 
	if file.FileSize>0 then       
		iCount=iCount+1
		Exit for
	end if
next

	if file.FileSize>0 then  file.SaveAs  upload.form("filename")  ''保存文件 
						
%>
<%
set upload=nothing  ''删除此对象
Server.ScriptTimeOut =5

%>
<body>
<script language=jscript>
window.close();
</script>
</body>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -