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: 1.rar [view]
Upload User: ziqing_518
Upload Date: 2022-08-09
Package Size: 446k
Code Size: 1k
Category:
Multimedia Develop
Development Platform:
ASP/ASPX
- <!--#include file="db/user.asp" -->
- <!--#include file="config.asp" -->
- <%
- if request.cookies("nicedown")("admin")="" then
- response.write("登陆后才能上传头像")
- else
- if boolImgunload_1=False then
- response.write("暂时无法上传头像")
- else
- %>
- <body bgcolor=#cccccc style="font-size: 9pt">
- <form name="form1" method="post" action="upfile.asp" enctype="multipart/form-data">头像上传: <input type="hidden" name="act" value="upload"><input type="file" name="file1" value="" size="20" style="border-left: 1 solid #000000; border-top: 1 solid #000000"> <input type=submit name=Submit value=上传 style="border: 1 solid #000000"></form>
- </body>
- <%
- end if
- end if
- %>