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