Srini,I have a similar requirement in my project for deploying uploaded files to a blob coumn in the DB. The attach files field is not a replicant.Currently I am using a cgi callout for attaching the files.cgi-callout url="/iw-bin/promptUpload.ipl" label="Upload File" window-features="width=320, height=200, resizable=yes, toolbar=no, scrollbars=yes"/But when I datadeploy this field to a blob column, only the filename seems to be inserted in the column....not the entire file object as such.It would be really helpful if you could provide any pointers/sample code on how to deal with this. Thanks in advance.