FileField issues

2008-10-27 Thread Karantir
Hi guys. Could you help me please with understanding of FileField behaviour. I'm slightly confused. For test purposes i use this simple model class Test(models.Model): name = models.CharField(max_length=255) template = models.FileField(upload_to='upload') Then i'm trying to test

Filefield issues with saving

2007-10-02 Thread jacoberg2
Hey everyone, I have brought up this issue before, and I was able to fix a few things but I am still having a lot of problems. I have a model with a filefield, and i was testing it with the development server and it worked perfectly. When I tried to copy it into the working server is when I