Skip to Main Content

APEX

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!

How to check size of BLOB image before upload?

Bob VJan 15 2024

Noob question here.

I have a form that I'm trying to get the size of the image before I insert it into a table as a BLOB .

I tried the following in a post process we no luck.

:P26_FILE_SIZE := dbms_lob.getlength(:P26_IMAGE) ;

When I select the image we have the file size and name in the Image Upload page item type , see screenshot below.

I just want to be able to throw that in a seperate column in my table.

And in the storage options for that Image Upload you can define the following columns, just missing size?

Any help would be appreciated.

Bob

Comments
Post Details
Added on Jan 15 2024
0 comments
166 views