You need to sign in to do that
Don't have an account?

need help on Error related to apex:input file
Hi,
I'm getting apex:inputFile can not be used in conjunction with an action component, apex:commandButton or apex:commandLink that specifies a rerender or oncomplete attribute.error as I have many other rerender attributes for other components.
It seems that we can't use apex:input file and rerender methods together. But is there any work around for this.
Thanks,
Vishal
Yes, it is true, You can have a popup window for file upload functionality, and after upload you can close that popup and come to original window.