I would like to change the default upload field (FileField) in an inlineformset_factory form, to use the AdminFileWidget from django.contrib.admin.widgets. The purpose of this is to show the path of the currently uploaded file as it does in the admin forms (perhaps there is another way to do this anyway?).
I have no trouble getting the widget to work using a custom form, just cant figure out how to change the widget in an inlineformset_factory.