By mikolaskova on
Hallo,
is it possible to set a link directly to a file-field of a node?
(I have defined the content type File, with a file-field. Instead of inserting node/xy, which opens a page with the whole node xy I want to link directly tho its file-field, for that the user can download the file.)
Regards
mikolaskova
Comments
Sure. Visit node/xy,
Sure. Visit node/xy, right-click the link to the file, and choose Copy Link Location (or whatever your browser calls it). Insert a link to that location wherever you want. (Unless I'm missing something.)
Thank you. But I want to
Thank you. But I want to set the link to the nodes File Field. Your suggestion would point to the file directly. The link would be broken, when I change the file in the node. That's why I'm looking to a way how to adress the file-field. F.e. something like node/xy/"file_field"...
Is it possible?