?? sample8.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 + -