[xwiki-users] Attachment naming convention
Hi all, Is it possible to enforce naming conventions on file attachments in XWiki? Let's say I want all files attached under a certain space to have a prefix added to their name, can that be done? Thanks
There's no built-in feature for this but you could probably implement it using an event listener that catches the save event and modifies the attachment name before save. See http://extensions.xwiki.org/xwiki/bin/view/Extension/Observation+Module+Loca... . Hope this helps, Marius On Mon, Sep 19, 2016 at 5:30 PM, Dibyendu Das <[email protected]> wrote:
Hi all,
Is it possible to enforce naming conventions on file attachments in XWiki? Let's say I want all files attached under a certain space to have a prefix added to their name, can that be done?
Thanks _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (2)
-
Dibyendu Das -
Marius Dumitru Florea