Attachements on web

HI ALL

I want to attach attachements on web how to do that what is the procedure

  1. if user opens document i want to allow user onle to read the attachement not to save any where on the hard drive

3.i want to restrict the user to delete attachement on the web

Subject: attachements on web

Reddy,

  1. Use a file upload control.

  2. Read this → http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/410171d83ddba6d485256df100832aba?OpenDocument&Highlight=0,crispy,andre

  3. RTFM

Subject: attachements on web

To answer #2: If the user is supposed to be able to open/read an attachment, you can’t restrict what the user does with it. If the user can read an attachment, he/she can also save it to disk.

/Peter