Re: Question and a problem about FileField

2006-08-15 Thread Ian Clelland
On 8/14/06, Vizcayno <[EMAIL PROTECTED]> wrote: > When I save a first record including main and additional attachments > and then I verify the results of the saving, all goes well; if I change > the content of some data in the MaeDocs table (nom-doc for example) and > save the changes, when

Question and a problem about FileField

2006-08-14 Thread Vizcayno
Question: === After saving a record that includes a file attachment (in a FileField), how can I open the the attached file directly from my django application? Problem: == Please, check next model.py: from django.db import models from django.db import models class MaeDocs(models.Model):