How should I store files using original file names and extensions when I upload them

Thank you for your precious help!!!

I resolved the issue as follows:

<![CDATA[
#for $input in $LIST
ln -sf '$input' '$__tool_directory__/Symlink/${input.element_identifier}';
#end for

]]>

Have a nice day

3 Likes