On Wed, 2006-09-06 at 17:36 -0500, Marc D.M. wrote:
> I'm in the process of creating a FileBrowseField that inherits from the
> CharField, but implements similar accessors to the File/ImageField. e.g.
> get_%s_url
>
> Additionally, in the admin, I want it to pop-up a filebrowser to allow
> me to
I'm in the process of creating a FileBrowseField that inherits from the
CharField, but implements similar accessors to the File/ImageField. e.g.
get_%s_url
Additionally, in the admin, I want it to pop-up a filebrowser to allow
me to select the file I want.
I'm currently using a modified version