Erro upload
alguem pode me ajudar... ?? estou com o seguinte erro
O que pode ser????
Persits.Upload.1 error '800a0005' The system cannot find the path specified. src_materia.asp, line 44
ASP
If Request("id") <> "" then
Set objFSO = CreateObject("Scripting.FileSystemObject")
If objFSO.FileExists(strImagePath & Request("id") &".jpg") = true Then
Set fileName = objFSO.GetFile(strImagePath & Request("id") &".jpg")
fileName.Delete
End if
Set objFSO = CreateObject("Scripting.FileSystemObject")
If objFSO.FileExists(strImagePath & Request("id") &"_destaque.jpg") = true Then
Set fileName1 = objFSO.GetFile(strImagePath & Request("id") &"_destaque.jpg")
fileName1.Delete
End if
Call abreConn()
conn.execute("DELETE FROM tabela WHERE cd_materia = "& Request("id") &";")
Call fechaConn()
End if
Case "incluir"
Response.Buffer = true
Set Upload = Server.CreateObject("Persits.Upload")
Upload.Save strImagePath
Discussão (3)
Carregando comentários...