Hi there,
I have an issue on getting the file from the field type, File selection.
Below is my code. "Resource" is the file selection field type.
<td><a target="_blank" href="<%#GetFileUrl("Resource")%>"><%# Eval("Title") %></td>
the output of href is like following.
<td><a target="_blank" href="/KenticoCMS/getattachment/a242bfb4-81e8-4309-be3b-493aa8817335/product-resource-1.aspx">product resource 1</a></td>
However, the link is not a valid file link for me. Any ideas?