Re: Cannot upload compressed zipfile

2011-07-29 Thread fred.se...@sunrise.com
solved problem, method of joining buffer was corrupting data. you need to use something like buffer =''' for x in f.read(4096): buffer+=x the solution in django works. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discuss

Cannot upload compressed zipfile

2011-07-24 Thread fred.se...@sunrise.com
I'm using python 2.4, Django 1.2.1. If this is resolved in a later version, I can upgrade but this system has been running smoothly in production for a year and management resists those types of upgrades unless I can clearly identify that it has been solved in 1.3 I want to upload a zipfile (s