Hi,
I have created a virtual field (document) to upload multi files.
I would need the file name to try out some copy file function.
I uploaded 5 files at one time and I want to echo the filename of these 5 files. I tried below, but it does not shows the filename.
echo {document};
Can someone kindly help. Thanks.