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
I used webfaction and they were most helpful.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to
django-users+unsubscr...@googlegroup
After many years of developing desktop applications in Python, I had to
learn Java and all the web development concepts required in a Java/Tomcat
world. After years of Java web development my company has finally come to
recognize that ANY development in Python is significantly easier than almos
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
4 matches
Mail list logo