I'd like to store a data location (directory) by browsing to it, but neither FileField nor FilePathField seem to allow this.
FilePathField dropdown shows only files if recursive=True without path information,so there can be multiple files with the same name and you can't see in which dir they are. FileField doesn't allow to select directories. is this possible ? maybe with URLfield? -abe

