How to download files on web

i have a powerpoint file i want to develop a web application where the user will click the link to dowload the ppt file. Pls suggest how to do this???

Subject: How to download files on web

Your page with the download should contain a link like this:

Download powerpoint

Subject: RE: How to download files on web

how to get http:\ address for local file?

how to get this link as of now my file is on c: drive?

i have tried to put it on Domino\Data folder also but doesn’t work

Subject: How to download files on web

If your powerpoint file is attached to a rich text item then domino will render it for you so you don’t have to do a thing.

Cheers

Adam.

Subject: RE: How to download files on web

can you pls elaborate it as if my ppt file is on local drive .

Subject: RE: How to download files on web

Design a form with a rich text field in it.In notes client, attach the file to the form you designed.

Get the document unid (put a computed field in there with @Text(@DocumentUniqueID) for example…

then your url to the document is:

http://yourhost.com/webdbname/0/yourunidasabove?OpenDocument