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.
| [reply] |
but it also looks a bit monolithic for my needs.
Can you elaborate?
| [reply] |
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.
| [reply] |