Making File Upload required in Oracle APEX
Making the File Upload a required field is difficult with APEX 24.1 or earlier. In this post, I will show you the solution I use until Oracle APEX's native behavior improves.
The definition of my table:
create table xfile
( id number ge...
dgielis.com4 min read