I am using django.views.static.serve() from a fresh project. The only
change I made was based on this tutorial 
http://docs.djangoproject.com/en/dev/howto/static-files/
. When I download a large (60-75mb) 7zip file the size of the file is
~1kb smaller than the actual length. The downloaded size is also
nondeterministic. For example one file is 66,560,297 bytes and when I
downloaded it I got 66,559,372 bytes and 66,559,940 bytes. The
download goes quickly and then pauses at 99% done for a while and then
finishes. I can't reproduce this on a 7zip file smaller than 60mb.

I'm using django 1.2.1 on windows 7 and chrome. When I use firefox I
get the error:
"<filename here>.part could not be saved, because the source file
could not be read.

Try again later, or contact the server administrator."

I don't have a place to upload an example file, but the file was
generated by writing a bunch of random numbers to a file then
compressing it with 7zip so that the resulting file was ~64mb.

Thanks!
Tom

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" 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/django-users?hl=en.

Reply via email to