function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ishwar ShindeIshwar Shinde 

Is there anyway to use rerender attribute with apex:inputfile

Hello Experts, 

I am trying to post the file uploaded in salesforce A to salesforce B. I am using visualforce page to upload the file and submitting to Salesforce B. 
My solution is working fine with synchronous callout. 
Now, I want to make the use of async callout using Continuation, but apex:inputfile doesn't support the render attribute, so my page get refreshed on upload action call and before getting a response from continuation. 

Is there anyway I can add render functionality to the asscoiated command:button so it will not refresh the complete page?

Thanks,
Ishwar Shinde