Przemysław Rejf
2011-03-25 15:58:59 UTC
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.
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.