WE GOT A PROBLEM

Przemysław Rejf <[email protected]> Fri, 25 Mar 2011 16:58:59 +0100
Newsgroups gmane.comp.apache.apreq
Message-ID <[email protected]>
Hi, How to detect file upload abort using an upload hook in perl. When 
client aborts the upload i need to remove the info about the file from 
the db. I can't do it size base, because before upload ends i only have 
an approximate file size (request + file). I'm tryin to use mod_perl 
Apache2::Connection->aborted() but so far to no effect.