Sam Donaldson
2006-May-05 07:15 UTC
[Rails] Uploading files > 10mb using InstantRails 1.0 configuration.
Hi, I''m using InstantRails 1.0 (rails 1.0 and ruby 1.8.4). When I try to upload a video file ~11MB, IE just hangs on me. Seems like WEBrick hangs too and I can''t connect from another IE. I end up manually killing WEBrick. Would anybody know the problem here? I had to increase my mysql max_packet_size parameter in order to upload in the first place so mysql doesn''t seem to be the issue. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060505/82125255/attachment.html
Todd Dunagan
2006-May-05 13:43 UTC
[Rails] Uploading files > 10mb using InstantRails 1.0 configuration.
Sam, I have the same issue. I have tested it thoroughly and it seems 8mb is the cutoff for me. Everything right below that uploads fine and anything above hangs the browser / server. Please keep me in mind if you find a solution and I''ll do the same. Todd On 5/5/06, Sam Donaldson <samonderous@gmail.com> wrote:> > Hi, > > I''m using InstantRails 1.0 (rails 1.0 and ruby 1.8.4). When I try to upload > a video file ~11MB, IE just hangs on me. Seems like WEBrick hangs too and I > can''t connect from another IE. I end up manually killing WEBrick. Would > anybody know the problem here? I had to increase my mysql max_packet_size > parameter in order to upload in the first place so mysql doesn''t seem to be > the issue. > > Thanks. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >