Multi Pages TIF Images
awadApr 4 2013 — edited Apr 4 2013Dear 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 ?