On Mon, May 13, 2013 at 1:56 PM, Torsten Bronger <
bron...@physik.rwth-aachen.de> wrote:

>
> The data is supposed to be sent as one big compressed file und
> uncompressed on the web server.  The tar'ing is done by the
> uploading person, before using the browser.  Then, it is sent
> through the Internet.  On my server, I whish to untar it *while* I
> receive it.
>
>
Hmm, ok then. So, what you need is untaring a stream, or a file (chunk by
chunk), if I understood right ;)

I've found these links, they can be useful for you:
http://stackoverflow.com/questions/2423866/python-decompressing-gzip-chunk-by-chunk
http://stackoverflow.com/questions/1838699/how-can-i-decompress-a-gzip-stream-with-zlib

-- 
- Serdar Dalgıç <s...@serdardalgic.org>
FLOSS Developer, Life & Nature Hacker
twitter: https://twitter.com/serdaroncode

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to