Can any one tell me if Rails has a max file size upload limit? and if so what is it and can I change it? Cheers. -- Posted via http://www.ruby-forum.com/.
Fish Man wrote:> Can any one tell me if Rails has a max file size upload limit? and if so > what is it and can I change it? > > Cheers.Same question here. Probably a FAQ, but the forum search is currently down... -- Posted via http://www.ruby-forum.com/.
Fish Man wrote:> Can any one tell me if Rails has a max file size upload limit? and if so > what is it and can I change it? >That would be dependent on whatever your webserver is as well as your database if you''re uploading into a binary column of a database table. Rails itself doesn''t have a limit, AFAIK. Regards, Henning Kilset
Henning Kilset wrote:> Fish Man wrote: >> Can any one tell me if Rails has a max file size upload limit? and if so >> what is it and can I change it? >> > That would be dependent on whatever your webserver is as well as your > database if you''re uploading into a binary column of a database table. > Rails itself doesn''t have a limit, AFAIK. > > Regards, > Henning KilsetAh, thanks. Already thought so. Now I know where to search. -markus -- Posted via http://www.ruby-forum.com/.
Markus Strickler wrote:> Henning Kilset wrote: >> Fish Man wrote: >>> Can any one tell me if Rails has a max file size upload limit? and if so >>> what is it and can I change it? >>> >> That would be dependent on whatever your webserver is as well as your >> database if you''re uploading into a binary column of a database table. >> Rails itself doesn''t have a limit, AFAIK. >> >> Regards, >> Henning Kilset > > Ah, thanks. Already thought so. Now I know where to search. > > -markusHi I am also same issue with file uploading . We are using the Apache and mongrel server side ,My sql is the database with file filed with type binary Any ideas on this issue? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---