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 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()".
>
> Hi Robert,
>
> FileFields (and ImageFields) are one part of newforms that isn't quite
> complete yet. If you look at ticket #3297, you can see the progress
> that is being made on this feature.
>
> If you're adventurous, you could try applying one of those patches to
> your version of Django; otherwise, be aware that this is high on my
> list of priorities as something to fix.
>
> Yours,
> Russ Magee %-)


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 type "models.FileField()".

Hi Robert,

FileFields (and ImageFields) are one part of newforms that isn't quite
complete yet. If you look at ticket #3297, you can see the progress
that is being made on this feature.

If you're adventurous, you could try applying one of those patches to
your version of Django; otherwise, be aware that this is high on my
list of priorities as something to fix.

Yours,
Russ Magee %-)

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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-generated form" - (FileForm =
F_form#forms.form_for_model(File),{{ form }} ) ).
I've got everything set up correctly-or at least I think so. However,
when I run the webpage, instead of being an " in
the auto-generated form,  Django generates a simple editfield. Does
anyone know how to fix this? I'm just having a ton of trouble with it,
despite a lot of looking around. Thanks so much for any input! I hope
I was able to express the problem, and if not, please let me know.
Thanks again
-Robert


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---