ciao a tutti, avrei bisogno di un comando sostitutivo per il server.MapPath ,ovvero vorrei ricavarmi il peso di un video da un altro domino sempre mio ma nn riesco...
codice:
if  FSO.fileExists(server.mappath(video)) then
set file = fso.GetFile(Server.MapPath(video)) 
dimensione_video=formatnumber((file.size/1000000),0) +  ("MB")
set file=nothing

Errore: Server.MapPath() error 'ASP 0173 : 80004005'

Invalid Path Character

/connessione_home.asp, line 63

An invalid character was specified in the Path parameter for the MapPath method.