Hi, I'm creating a task journal using django for personal use. I'm creating an application wherein I require a CharField to store a file location on a local drive. This is different from the FileField, since I do not want to 'upload' the file to any different location on my local drive, just to record a file url. What field must I use for this? The FilePathField doesn't work for me because I want the absolute location of the file to be user selectable, not restricted to a pre-determined location. Ideally I would like a file chooser dialog.
Do I need to create my own field or is there something I'm missing? Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

