Hi,

in this post
http://groups.google.com/group/django-users/browse_thread/thread/88ca483dc3c9f55d/6c3e5e3e8d93aa8e?lnk=gst&q=filepathfield+filefield#6c3e5e3e8d93aa8e

Gul said that "... a hybrid between FileField and FilePathField. I
really can't imagine how we'd be able to get that to work reasonably
well, especially in a way that makes sense when trying to use it. I'm
open to ideas, but I doubt that's feasible. "

I have been looking for this hybrid for some time. I do not quite
understand why this feature should not make sense. Please consider the
following: I want to allow my users to either select an existing image
to display on their page, or to upload a new one. Sure I could create
two model fields for this, but this is far from being smart,
especially because I would need a "either this or that field is
required" flag. Which surely would not make sense.

Is there another way of adding this feature, maybe by hand? I'm sure
there is, but I'm pretty new to Django and would be grateful for
hints.

Markus

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