PDA

View Full Version : max upload file size


danperrett
July 21st, 2006, 10:18 AM
Whats the max upload file size permitted by rails? and can it be changes?

Dan.

rob
July 21st, 2006, 07:57 PM
I'm not aware of any limits. However, if you save the file directly into the database (in a BLOB for example), it won't let you save more than 5 MB or so. When we've used the file_column plugin, we've seen successful uploads of 50 MB or more.