Reputation: 53
I need to check the size of the uploaded primary file in Oracle UCM during checkin. I tried writing a filter on the event validateStandard and check the value of dFileSize. But the value is null. Any ideas what event should I use and which parameter should I check?
Upvotes: 0
Views: 1853
Reputation: 53
I found it, the right combination turned out to be the parameter dFileSize and the event - postWebfileCreation
Upvotes: 2