i have a file uploaded to my server
the path is shown as
E:\abc\def\upload\contents.doc
to download it the path should be
http://3.212/232/abc/def/upload/contents.doc
how do i go about it ?
i am saving the file by using
o.FileFullPath = Server.MapPath(".") & "\upload\" & sFile
from a script i downloaded