Re: File Upload field problem in auto-generated django forms

2007-07-28 Thread Robert
Awesome, sorry about the duplicate reply! Thanks so much, though -Robert On Jul 27, 11:11 pm, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > On 7/28/07, Robert <[EMAIL PROTECTED]> wrote: > > > > > Hi all- > > I'm very new to django, so pardon my faulty nomenclature! > > I'm trying to create a

Re: File Upload field problem in auto-generated django forms

2007-07-27 Thread Russell Keith-Magee
On 7/28/07, Robert <[EMAIL PROTECTED]> wrote: > > Hi all- > I'm very new to django, so pardon my faulty nomenclature! > I'm trying to create a view that creates a guides the user through > inserting some information into a table in my database. One of the > columns in my database model is of the t

File Upload field problem in auto-generated django forms

2007-07-27 Thread Robert
Hi all- I'm very new to django, so pardon my faulty nomenclature! I'm trying to create a view that creates a guides the user through inserting some information into a table in my database. One of the columns in my database model is of the type "models.FileField()". When I try to use the "auto-gene