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

i am saving the file by using

o.FileFullPath = Server.MapPath(".") & "\upload\"  & sFile

You need to give url as
http:\\pathofyouraspfile\upload\filename.
For e.g. if you are uploading file using upload.asp and url is
http:\\websitepath\upload.asp
Then url for downloading path will be
http:\\websitepath\upload\filename

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.