I\'m attempting to do an AJAX call (via JQuery) that will initiate a fairly long process. I\'d like the script to simply send a response indicating that the process has star
If flush() function does not work. You must set next options in php.ini like:
flush()
output_buffering = Off zlib.output_compression = Off