Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
upload.asp
Package: shop2.rar [view]
Upload User: btntkt
Upload Date: 2021-04-16
Package Size: 5296k
Code Size: 2k
Category:
WEB(ASP,PHP,...)
Development Platform:
DOS
- <!--#include file="conn2.asp"-->
- <%if session("admin")="" then
- response.Write "<script language='javascript'>alert('网络超时或您还没有登陆!');window.location.href='index.asp';</script>"
- response.End
- end if
- %><%
- uppath=request("uppath")&"/"
- filelx=request("filelx")
- formName=request("formName")
- EditName=request("EditName")
- %>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <link href="images/css.css" rel="stylesheet" type="text/css">
- <script language="javascript">
- <!--
- function mysub()
- {
- esave.style.visibility="visible";
- }
- -->
- </script>
- </head>
- <body>
- <form name="form1" method="post" action="upfile.asp" enctype="multipart/form-data" >
- <div id="esave" style="position:absolute; top:18px; left:40px; z-index:10; visibility:hidden">
- <TABLE WIDTH=340 BORDER=0 CELLSPACING=0 CELLPADDING=0>
- <TR><td width=20%></td>
- <TD bgcolor=#ff0000 width="60%">
- <TABLE WIDTH=100% height=120 BORDER=0 CELLSPACING=1 CELLPADDING=0>
- <TR>
- <td bgcolor=#ffffff align=center><font color=red>正在上传文件,请稍候...</font></td>
- </tr>
- </table>
- </td><td width=20%></td>
- </tr></table></div>
- <table class="tableBorder" width="90%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF">
- <tr>
- <td align="center" background="images/admin_bg_1.gif"><b><font color="#ffffff">图片上传
- <input type="hidden" name="filepath" value="<%=uppath%>">
- <input type="hidden" name="filelx" value="<%=filelx%>">
- <input type="hidden" name="EditName" value="<%=EditName%>">
- <input type="hidden" name="FormName" value="<%=formName%>">
- <input type="hidden" name="act" value="uploadfile"></font></b>
- </td>
- </tr>
- <tr >
- <td align="center" id="upid" height="80">选择文件:
- <input type="file" name="file1" size="40" class="tx1" value="">
- <input type="submit" name="Submit" value="开始上传" class="button" onClick="javascript:mysub()">
- </td>
- </tr>
- </table>
- </form>
- </body>
- </html>