ASP图片的删除

来源:百度知道 编辑:UC知道 时间:2024/05/21 20:07:29
通常上传文件 或是图片后 在删除的时候 只能将保存在数据库中的记录删除掉 怎样才能将上传的图片彻底的删除 请高手解答 谢谢
有实例子的话 最好能让在下 借鉴学习学习

上传文件管理整页源代码(可以把部分内容改为你自己的就可以了):

其它问题可以去我的论坛:
(以下内容转载请注明出处)
http://www.dztom.com/bbs/

<%@language=vbscript codepage=936 %>
<!--#include file="conn.asp"-->
<!--#include file="admin.asp"-->
<!--#include file="../inc/config.asp"-->
<!--#include file="../inc/function.asp"-->
<!-- #include file="Inc/Head.asp" -->

<%
Const MaxPerPage=20
dim strFileName
dim totalPut,CurrentPage,TotalPages
dim UploadDir,TruePath,fso,theFolder,theFile,whichfile,thisfile,FileCount,TotleSize
strFileName="UploadFileManage.asp"

if request("page")<>"" then
currentPage=cint(request("page"))
else
currentPage=1
end if

if right(SaveUpFilesPath,1)<>"/" th