Hi
Can any one tell me how can i download uploaded(images, ppt, pdf) in aps.net
Loading
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.
Uv AdkarPosted Oct 27, 2014, 3:50 PM
I seek help regarding same matter. I am a student and our Institute provides study material in the form of ppt on its website. Problem is that we need to read it online page by page and can not download it. It is .aspx page. It is truly cumbersome to study online since file is too large and we can not jump to any page directly. So please help me out regarding how to download such ppt.
Thanks.
SenthilkumarPosted Mar 17, 2012, 10:43 AM
What you need to do is just copy the code and place it in page_load.
I have tested it is working fine.
Create one page to download (.aspx page)
In the page load just place this code.
In the above code the path of the file resides in the same place where the page is exists.
When you request this download page then the page load it will show the download popup.
If it is helpful to solve your question then mark it as "Accepted Answer"
Smart LuckyPosted Mar 17, 2012, 8:28 AM
Dear can you send me an emplete example...............?plz
SenthilkumarPosted Mar 17, 2012, 5:00 AM
Please use the following code to download the files from your web server.
If it is useful then mark it as "Accepted Answer"