Sorry for the confusion, I actually mean the display preview of the individual file element i.e. this code in the form_fields method:
$upload_path = assets_server_path('/{category_id}/', 'media'); --Note the placeholder here
$fields['item_file_n…
Thanks David (I think that is your name). I got it working using the placeholder concept. I have one outstanding issue now though as a result of changing my code to use the placeholder. The display preview doesn't work on the edit view because it…