You asked for any input... Are you running Mojo behind a proxy like nginx as is so common? You'll want to ensure that the proxy's file upload limit matches what you intend for Mojo.
On May 8, 2014 4:24 PM, "M. Aaron Bossert" <[email protected]> wrote: > > Really weird. I see the file uploading in the /tmp directory on my server and then it just stops. I can't discern if there is a size issue because the upload seems to stop at different sizes. I don't believe that it is a timeout as that would show up in my logs (as it did before I upped it). I am really stumped. I don't think this is a showstopper just yet...but I really need to ensure that I can reliably upload files, regardless of size. > > Consequently, I know it might be out of scope for "just" mojolicious as the code would be done mostly client-side...but has anyone messed around with paralellized uploads for larger stuff? As in, break a file up into chunks if bigger than N bytes and send in chunks at the same time (configurable based on available bandwidth, perhaps)? > > > On Thu, May 8, 2014 at 11:17 AM, sri <[email protected]> wrote: >>> >>> Tested with OSX 10.9.2, Mojolicious 4.97, Perl 5.18.2. >> >> >> And Chrome 34 on the client side. >> >> -- >> sebastian >> >> -- >> You received this message because you are subscribed to the Google Groups "Mojolicious" group. >> To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/mojolicious. >> For more options, visit https://groups.google.com/d/optout. > > > -- > You received this message because you are subscribed to the Google Groups "Mojolicious" group. > To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/mojolicious. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
