I have a application built using Oracle APEX 20.x.
The issue is need to programmatically upload the (.pdf,.txt,.png,.jpeg,.jpg) as a BLOB to table
I heard about the APEX_APPLICATION_TEMP_FILES.
How to utilize this table to upload my file as BLOB to this following table using Insert statement?
I want to achieve this activity on Button click -> dynamic action -> PLSQL coding