I'm looking to figure out how to subclass the widget for the FileField
in newforms-admin so that it displays the current filename next to the
upload field.
Does anyone know there are any examples/resources to help me get
started? I assume I need to subclass forms.widgets.Widget and override
the render method at the very least.
thanks in advance,
Andy
However now it's here - any tips gratefully received!