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), <table> {{ form }} </table>) ).
I've got everything set up correctly-or at least I think so. However,
when I run the webpage, instead of being an "<input type="file"> 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 [email protected]
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
-~----------~----~----~----~------~----~------~--~---