简体   繁体   English

检查Oracle UCM中上载文件的大小

[英]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. 我需要在签入过程中检查Oracle UCM中上载的主文件的大小。 I tried writing a filter on the event validateStandard and check the value of dFileSize. 我尝试在事件validateStandard上编写过滤器,并检查dFileSize的值。 But the value is null. 但是该值为空。 Any ideas what event should I use and which parameter should I check? 有什么想法应该使用什么事件以及应该检查哪个参数?

我找到了,正确的组合竟然是参数dFileSize和事件-postWebfileCreation

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM