Hi All,
I have a requirement where I need to embed an attachment (screen shot) to my adobe form, I have a custom table Z_pics that has all the attachments with the below fields:
uniq_id
filename
filetype
filesize
filecontents
so now the requirement is I need to read this table based on the uniq_id and add whatever attachment is stored in the table against that uniq_id to my adobe form.
Thanks,