I have tried multiple apps that upload photos to run in my development environment and had no success until I forced the webrick server instead of mongrel. Now, no problems. I am developing on a windows machine with an InstantRails setup. Anyone else hear of this problem? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
do you have maximum file size for upload files set? I remember problems when it was set on some configurations with mongrel. On Jan 12, 6:48 pm, pathfinder <stephenpauljo...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I have tried multiple apps that upload photos to run in my development > environment and had no success until I forced the webrick server > instead of mongrel. Now, no problems. I am developing on a windows > machine with an InstantRails setup. Anyone else hear of this problem?--~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
B. thanks for the reply. I only have file size in app. Have been looking for config for mongrel but no luck yet. Can you tell me where that is in the file structure? On Jan 12, 2:10 pm, Bojan Mihelac <bmihe...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> do you have maximum file size foruploadfiles set? I remember > problems when it was set on some configurations withmongrel. > > On Jan 12, 6:48 pm, pathfinder <stephenpauljo...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > I have tried multiple apps thatuploadphotos to run in my development > > environment and had no success until I forced the webrick server > > instead ofmongrel. Now, no problems. I am developing on a windows > > machine with an InstantRails setup. Anyone else hear of thisproblem?--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
What happen if you disable file size limitation? Does it work then? Bojan On Jan 13, 8:53 pm, pathfinder <stephenpauljo...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> B. thanks for the reply. I only have file size in app. Have been > looking for config for mongrel but no luck yet. Can you tell me where > that is in the file structure? > > On Jan 12, 2:10 pm, Bojan Mihelac <bmihe...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > do you have maximum file size foruploadfiles set? I remember > > problems when it was set on some configurations withmongrel. > > > On Jan 12, 6:48 pm, pathfinder <stephenpauljo...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > I have tried multiple apps thatuploadphotos to run in my development > > > environment and had no success until I forced the webrick server > > > instead ofmongrel. Now, no problems. I am developing on a windows > > > machine with an InstantRails setup. Anyone else hear of thisproblem?--~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I have an image uploader running mongrel w/ InstantRails as my dev environment and I don''t have any issues with it... regardless of size of the image. Infact, I just uploaded a 9MB file into my app, resized and cropped the image and it all worked fine. On Jan 13, 11:53 am, pathfinder <stephenpauljo...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> B. thanks for the reply. I only have file size in app. Have been > looking for config for mongrel but no luck yet. Can you tell me where > that is in the file structure? > > On Jan 12, 2:10 pm, Bojan Mihelac <bmihe...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > do you have maximum file size foruploadfiles set? I remember > > problems when it was set on some configurations withmongrel. > > > On Jan 12, 6:48 pm, pathfinder <stephenpauljo...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > I have tried multiple apps thatuploadphotos to run in my development > > > environment and had no success until I forced the webrick server > > > instead ofmongrel. Now, no problems. I am developing on a windows > > > machine with an InstantRails setup. Anyone else hear of thisproblem?--~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---