This really depends on your language but the below is a PHP example. The key is setting headers and then printing the file. The below will cause the file to download. If you wanted to display on the page i.e. load adobe reader into the browser then you would simply change attachment to inline.
- Christopher McCann
Main Topics
Browse All Topics





by: Ashok9Posted on 2009-10-14 at 12:45:56ID: 25574333
Yes this is the only solution. but still you can reduce the code like
Select allOpen in new window