Hi,
The use case , I want to upload the file using ADF UI and save it to the database as a blob.
I have a af:inputFile in a .jsff page and have defined value change listener in the bean for this page, but value change listener is not firing in my page, the method associated with the VCL is not at all executed.
This is the component in jsf page:

This is the method in backing bean:

at run time this method is not executed wherein other method present in the bean is executed:

I tried all the suggestions already available in the forum and included- vc.getComponent().processUpdates(FacesContext.getCurrentInstance()); as well but this also didn't helped.
The scope of the bean in set at backing bean level at the task flow:

My Jdev version is 11.1.1.4