Hi
I have a form that uses the input values to retrieve information from a web service. This web service generates a PDF based on the users input, and this PDF is shown on result page of the form.
I regularly poll the server if it has already finished the PDF generation. Now I would like to show the progress of this polling before the entire page is rendered.
This worked very well with chronoforms v3 and PHP 5.2, but with PHP 5.4 and chronoforms v4 I don't succeed to flush the output buffer and then show the progress bar. Is there a trick doing such a task with chronoforms v4?
Any answer is much apreciated.
Bernhard
I have a form that uses the input values to retrieve information from a web service. This web service generates a PDF based on the users input, and this PDF is shown on result page of the form.
I regularly poll the server if it has already finished the PDF generation. Now I would like to show the progress of this polling before the entire page is rendered.
This worked very well with chronoforms v3 and PHP 5.2, but with PHP 5.4 and chronoforms v4 I don't succeed to flush the output buffer and then show the progress bar. Is there a trick doing such a task with chronoforms v4?
Any answer is much apreciated.
Bernhard