Hi, > poll via AJAX how many bytes were transmitted, but that's a really stupid > idea. > > This is how we do it at the moment, and the link I mentioned in the OP > does exactly that too. I would also like to know what you dislike > about that method.
Next best thing to polling is a streaming connection that notifies sends the number of bytes uploaded so far every X seconds to the AJAX handler on the client side. But this is, of course, pure theory as I have no clue of how things work within Werkzeug. - Artem --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pocoo-libs?hl=en -~----------~----~----~----~------~----~------~--~---
