Hey,
I finally got a file upload working and now i want to be sure of what
people are uploading.
I am trying to write some custom validators, but have a little
difficulty about starting.
One thing that i think should be considered in the  file field, is the
option 'unique'.
when ever i set it equal to true, i get a programming error, that
says  have a context error.
I would think this was the unique at work but i know that there is
nothing in the database so it
shouldnt be throwing any error, since the file really is unique. So it
would be cool if that worked
sooner or later. The other major concern is the type of file, i want
to check and make sure that
each file uploaded is a .ini file for reading. So any suggestions
would be greatly appreciated.

Jacob Berg


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to