Currently, I am doing an edit page. In that page I want show a list of files which were linked to the current client and allowed to be removed or add new file.
For example, when I create a new client, I can upload file1, and the file path is stored in the database.
when I edit this client, I wanna to show file1 link in the edit page and I can remove this file or upload new files.
How can I do? Can I use the file path to set the value to this component? THX
For example, when I create a new client, I can upload file1, and the file path is stored in the database.
when I edit this client, I wanna to show file1 link in the edit page and I can remove this file or upload new files.
How can I do? Can I use the file path to set the value to this component? THX