ho caricato il file "upload.asp" sul server (aruba) per fare dei test...
al momento dell'upload ho un errore di path...
"
Server.MapPath() error 'ASP 0175 : 80004005'
Disallowed Path Characters
/admin/upload.asp, line 763
The '..' characters are not allowed in the Path parameter for the MapPath method.
"
il codice è:
Public Function SetPath(StringPath)
riga 763iPath = Server.MapPath (StringPath) & "\"
If IsDataLoad then
MoveFirst
While Not EOF
Files("DestPath") = iPath
Files.Update
MoveNext
Wend
MoveFirst
end if
End function

Rispondi quotando