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?
-- 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
Yeah, in fact I am interested in limiting the allowed maximum, say 300K.
-- fxn