Hola Amigos
tengo un problema que me trae de cabeza no puedo hacer duncionar
FileExist...
Ya me buscado varios tutoriales y aparentemenete estoy bien el archivo si
existe pero me marca como si no localizara este es el codigo... si
alguien me puede ayudar de antemano GRACIAS
salu2
<%
sCarpeta= carp = server.MapPath("../fotos")
arch = carp & "/3991-001.jpg"
dim fs
Set fs = CreateObject("Scripting.FileSystemObject")
if fs.FileExists(sCarpeta)= True then
Response.Write("<img src='" & sArchivo & "' width='100'
height='75'>")
else
response.Write(sArchivo & " no localizado")
end if
set fs=nothing
%>
Leer las respuestas