EricHolmberg wrote: >> I think the best solution is to make your own WSGI app. I used it as an >> example for WebOb, so you might find it helpful to start from >> there:http://pythonpaste.org/webob/file-example.html >> > > Excellent example -- thanks! > > > Would you know of any Python example code for the MIME multipart/ > byteranges encoding for HTTP off the top of your head? I'll take a > look at CherryPy which I believe supports it and look into MimeWriter.
I've never actually heard of multipart/byteranges, so no, I've never seen anything about it. The email module has a bunch of MIME multipart handling. Even if it doesn't have specific byteranges support it can probably construct that. Ian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
