Hi,Can anyone tell me about how to retrieve a Image into my Application Database where the images are stored in the Employee Profile Database employee profile record .there is a richtext field called as emp_photo in the employee Profile record in to which the Photo of employee is saved.
Now i want to retrieve the Image which is stored in the employee record based upon his login on web…
Can someone help me in sorting out this problem both for web and client…
Thanx in advance
Sri
Subject: Images in the table
Hi Talluri,Your profile document is same document as other documents in your database.
If you now (and you do) it’s universal id you can get it by url:
http://domain/filename.nsf/0/UNID?OpenDocument
to get file attached to this document use same url with addition of …:
http://domain/filename.nsf/0/UNID/$File/imagename.gif(or .jpg or .bmp)
In client your should use appropriate form to preview attached file.
Hope this will help you
Best regards,
Dima Pechersky
Subject: Images in the table
Hi ,
Thanx for your response …
Rgds
Sri