getting the uploaded mht file link back to application
hello friends ,after uploading a .mht files to the server .. how to get back its link again in the web application so that by clicking on that link the corresponding mht file should get open.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jean PaulPosted Nov 8, 2011, 10:45 PM
For eg: After uploading the file, the folder to be saved is Files. In this case the absolute path in server side is "~\Files\abc.mht".
After the operation, you can give back the above url to the user through a HyperLink control;
Eg: HyperLink1.NavigateUrl = "~/Files/abc.mht";
Jean PaulPosted Nov 9, 2011, 1:32 AM
Thank You and Have a nice Day!
Satishchandra TNPosted Nov 9, 2011, 12:56 AM