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

📄 sample8.asp

📁 不错的asp上传组件
💻 ASP
字号:
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
</HEAD>
<BODY BGCOLOR="white">
<H1>aspSmartUpload : Sample 8</H1>
<HR>

<%
'  Variables
'  *********
   Dim mySmartUpload
   Dim intCount
        
'  Object creation
'  ***************
   Set mySmartUpload = Server.CreateObject("aspSmartUpload.SmartUpload")

'  Upload
'  ******
   mySmartUpload.CodePage = "utf-8"
   mySmartUpload.Upload

   Response.Write "Text : "
   Response.Write mySmartUpload.Form("TEXT1").values & "<br>"

   Response.Write "File : "
   Response.Write mySmartUpload.Files("FILE1").Filename & "<br>"
   intCount = mySmartUpload.Save("/aspSmartUpload/Upload")

%>
</BODY>
</HTML>

⌨️ 快捷键说明

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