谁有把图片上传到网站文件夹的ASP程序

来源:百度知道 编辑:UC知道 时间:2024/05/29 13:41:18

很多网站程序都有这个功能,你随便 下载一个来研究一下不就可以了!

<%
Response.Buffer = True
Server.ScriptTimeOut=9999999
On Error Resume Next
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta http-equiv="Content-Language" content="zh-cn" />

<style type="text/css">
<!--
body,input {font-size:12px;}
-->
</style>
<title></title>
</head>
<body id="body">