Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Multi Pages TIF Images

awadApr 4 2013 — edited Apr 4 2013
Dear All,

I have an attachments form that read an image files from client machine and store it in an oracle BLOB column.

I use the following code to transfer the file from client machine to my database table :

webutil_file_transfer.Client_to_db(filepath,tableName, columnName, whereClause);

It works fine for me except for multipages Tif images coming from fax . the system save only the first page.

I am using oracle database 11g and oracle forms 10g .


Any ideas please ?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 2 2013
Added on Apr 4 2013
3 comments
247 views