[ Sorry for the late reply. ] On Tuesday, 6 February 2018 17:09:16 CET Sebastian Riedel wrote: > That's not possible, a request has to be fully received to be able to send a > response, and that's often counterproductive, so a connection reset > happens. > > We've been looking for a better solution for years, but not found one yet. > Browsers make it a tricky problem.
In a previous work project, we've been using flow.js on browser side to upload big files in smaller chunks. On the downside, the re-assembly must be done on server side. We used flow- php-server (sorry, no Perl solution done at $work). You will have to roll your own re-assembly solution to use flow.js with Mojolicious. HTH [1] https://github.com/flowjs/flow.js [2] https://github.com/flowjs/flow-php-server -- https://github.com/dod38fr/ -o- http://search.cpan.org/~ddumont/ http://ddumont.wordpress.com/ -o- irc: dod at irc.debian.org -- 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 https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
