iffi
iffi

Reputation: 53

Check the size of uploaded file in Oracle UCM

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

Answers (1)

iffi
iffi

Reputation: 53

I found it, the right combination turned out to be the parameter dFileSize and the event - postWebfileCreation

Upvotes: 2

Related Questions