hi,
i want to use a physical path for files upload, and not a relative one.
i changed functions_upload.asp and removed all server.mapPth methods.
thought i still get an error for this line:
'Save the file to disk
.Files(1).SaveAs
strFileUploadPath & "/" & strNewFileName
this is the error:
Server.MapPath() error 'ASP 0172 :
80004005'
Invalid Path
functions/functions_upload.asp, line 317
The Path parameter for the MapPath method must be a
virtual path. A physical path was used.
so y do i still get it ?