|
Hi!
Need some help on how to return to clients with a response
before the too big posted upload is completely parsed.
My mod_perl handler logs the content-length but
the only way I found to stop it from reading the whole upload
was 'return Apache2::Const::SERVER_ERROR'
but then I cannot send some meaningful reply to the client.
Cordially,
Axel
|