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

📄 code2info.en.asp

📁 负零文件上传系统~~文件轻松上传到数据库~~负零文件上传系统~~文件轻松上传到数据库~~
💻 ASP
字号:
<%
function Error2Info(Error)
	select case Error
	case -1:Error2Info = "ERROR -1: UpLoad is not started, please 'Open' first."
	case 0: Error2Info = "ERROR 0: Upload is success."
	case 1: Error2Info = "ERROR 1: Upload is taken effect, but some file is not saveed for mismatching 'MaxSize'."
	case 2: Error2Info = "ERROR 2: Upload is taken effect, but some file is not saveed for mismatching 'FileType'."
	case 3: Error2Info = "ERROR 3: Upload is taken effect, but some file is not saveed for mismatching 'MaxSize' and 'FileType'."
	case 4: Error2Info = "ERROR 4: Exception, upload is not exist."
	case 5: Error2Info = "ERROR 5: Upload is canceled, please check the requestsize is less than 'TotalSize'."
	end select
end function

function Err2Info(Err)
	select case Err
	case -1:Err2Info = "ERR -1: No file is to be upload."
	case 0: Err2Info = "ERR 0: File is saveed success."
	case 1: Err2Info = "ERR 1: File is not saveed for mismatching 'MaxSize'."
	case 2: Err2Info = "ERR 2: File is not saveed for mismatching 'FileType'."
	case 3: Err2Info = "ERR 3: File is not saveed for mismatching 'MaxSize' and 'FileType'."
	case 4:	Err2Info = "ERR 4: File is saveed failed."	
	end select
end function
%>

⌨️ 快捷键说明

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