I've got found a php solution:
header('HTTP/1.1 102 Processing');
// file creating
header('HTTP/1.1 200 OK');
// show file
Is it possible to set the headers in this way? ( Maybe with
response_set_field and response_print_header?)
If so, can you give me a short example, please?
Regards,
d.