Max file size for uploads?

Is file upload a web server business or is it handled by Rails? Where
do you configure a max file upload?

– fxn

Is file upload a web server business or is it handled by Rails? Where
do you configure a max file upload?

Probably webserver, but I’m not entirely sure. I know that with
apache2/mongrel I’ve uploaded 80mb files without any problems (took
about
30 minutes on my connection)… and I hadn’t specifically configured
anything.

-philip

On Oct 10, 2006, at 6:44 PM, Philip H. wrote:

Probably webserver, but I’m not entirely sure. I know that with
apache2/mongrel I’ve uploaded 80mb files without any problems (took
about
30 minutes on my connection)… and I hadn’t specifically configured
anything.

Yeah, in fact I am interested in limiting the allowed maximum, say 300K.

– fxn