I've setup a webpage on my Rails app where users can upload a file. I'd like to limit the size of these uploads. I know Apache has the LimitRequestBody directive which can be put in .htaccess but I'm wondering how can this be done for the Rails app (or maybe for fastcgi?)
thanks,
-fred