| |
Django users |
I'm using python2.6 and django 1.0.2
class MyModel(Model):
mymodel = MyModel(...)
mymodel.file.save(...)
but the saved file is truncated.
when I use admin, the uploaded file is also incomplete.
could anyone give me a reason.
file = models.FileField(...)
...