Hi all,
I am trying to upload the file using CAF. I imported file input and dragged the fileitem to binding view then assigned file input value to fileitem then created flowservice to accept the file and,assigned the refresh action to the upload button action. But now how to bind the fileitem value to the flowservice input?
I tried already followed above link but i am getting error while binding the input. getService().getParameters().setInput(getFielItem().get()); but in the setInput method i am getting error, tried lot to remove that error but no use. can any one help me.
When you say you assigned the refresh action to the button upload action, did you actually do the Java code that the sample you linked to says you should? Are you calling an action which does a little bit of Java, one of the lines of which refreshes the web service?
but binding between from FileItem to Flowservice input is not happening. so how to bind the value.
In the above binding setUploadfile() method showing error like not defined type object.