Get permalink of file uploaded in form
Hello,
I try to create a form in the workflow and this form can be updated multiple times. In this form there's a field for user to upload file (both image and others)
I'd like to record the history of this upload file field (or record the file list of this upload field), so that I know that someone has deleted or added new file when they submit the form (this form can be submitted multiple times).
I have configured the field so that it will not delete the actual file during overwrite and removal
I also managed to get all the file link and append it in a list using custom html. Each file link looks like this:
However, when user delete the file previously uploaded and submit the form, the link become unusable, so I cannot record the history of this upload file field, since I need to be able to open all files even when it is deleted by user afterward.
It would be great if you can share with me how to record the history of this upload file field.
I need to access the history as a workflow variable so I don't think a audit trail plugin is suitable.

