ciao a tutti è possibile verificare la presenza di un file in un server diverso da lmio?
ho questo codice:
rs_agg2("url_square60") contiente un indirizzo di questo tipo http://www.serveresterno.net/images/...977/977805.jpg
usando questo codice mi dice sempre che il file non esiste ..Codice PHP:strFilePath = rs_agg2("url_square60")
Set objFso = Server.CreateObject("Scripting.FileSystemObject")
if objFso.FileExists(strFilePath) then
response.write(" Il file esiste
")
else
response.write(" Il file NON esiste
")
end if
Set objFso = Nothing
![]()

-
Rispondi quotando