在Oracle UCM中检查上传文件的大小
我需要在签入期间检查 Oracle UCM 中上传的主文件的大小。 我尝试在事件 validateStandard 上编写过滤器并检查 dFileSize 的值。但该值为空。 有什么想法应该使用什么事件以及应该检查哪个参数?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了,正确的组合是参数 dFileSize 和事件 - postWebfileCreation
I found it, the right combination turned out to be the parameter dFileSize and the event - postWebfileCreation