<%
key = request.QueryString("key")
Set objFSO = CreateObject("Scripting.FileSystemObject")
if key = 1 then
files = request.Form("photo2")
if files <> "" then
' response.Write("files=" & files)
objFSO.DeleteFile files
Set objFSO = Nothing
end if
end if
%>