in reply to Re: Upload Progress bar with mod_perl2
in thread Upload Progress bar with mod_perl2

Apache2::UploadProgress looks good, but it also looks a bit monolithic for my needs.

I have yet to delve into Apache's Bucket Brigade API. Looks like that might be the way to go on this one.

  • Comment on Re^2: Upload Progress bar with mod_perl2

Replies are listed 'Best First'.
Re^3: Upload Progress bar with mod_perl2
by Anonymous Monk on Oct 17, 2008 at 02:02 UTC
    but it also looks a bit monolithic for my needs.
    Can you elaborate?

      By "monolithic" I mean it doesn't look like I can subclass it or configure it to do things like:

      • Check user permissions before allowing upload.
      • Filter by file type, size, etc.
      • Get information about the file that was uploaded.
      • etc

      I'm updating Apache2::ASP and searching for a way to *not* depend on libapreq2 because of its low "installability" score.