search for: 6ef8d69a

Displaying 1 result from an estimated 1 matches for "6ef8d69a".

2006 Sep 19
2
Upload Size Limiting Handler
I have written a mongrel handler that monitors the content length of a given url''s request and redirects them if they are over a certain limit. The idea is to throttle the maximum size of an uploaded file. Using the process method on HttpHandlerPlugin I am able to make this work the only downside is that the whole file is still uploaded. I would much prefer to inspect the http header