RoR help?
RoR help?
- Started
- Last post
- 4 Responses
- Schmeddy
Any file larger than 1mb for
some reason does not get uploaded even locally (this limit will
apparently be even lower when loaded over the internet). Any suggestions? Using 2.0
- sublocked0
it's a function of your webserver.
but for large uploads you should look at something like merb
- sublocked0
ps: are you using mongrel or thin locally? don't see why it wouldn't work. are you using attachment_fu? you know it has limits you can set on upload file size as well...
- Schmeddy0
using morgel
- Schmeddy0
thanks