1

I want to set size limit to upload document in filenet ,example(set limit size 20MB if user upload file with size 30MB the system validate and don't upload the file

1 Answers1

1

You may code a Event Action Handler, and subscribe it to run synchronous on create/checkin events.

https://www.ibm.com/support/knowledgecenter/SSNW2F_5.5.0/com.ibm.p8.ce.dev.ce.doc/subscription_procedures.htm#subscription_procedures__creating_eventhandler

cwlo
  • 39
  • 1
  • 5