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

but it also looks a bit monolithic for my needs.
Can you elaborate?
  • Comment on Re^3: Upload Progress bar with mod_perl2

Replies are listed 'Best First'.
Re^4: Upload Progress bar with mod_perl2
by jdrago_999 (Hermit) on Oct 17, 2008 at 17:15 UTC

    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.