求一ASP图片上传程序

来源:百度知道 编辑:UC知道 时间:2024/05/23 15:37:59
要求:单个或者批量上传,上传图片分类,单个图片文字说明.可以删,修,增.

不要整站程序或者复制一大堆没用的东西上来.

联系QQ 67172435 用途:婚纱网站图片上传.

<%
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">
<%
ExtName = "jpg,gif,png&quo