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