<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Enforcing file name when uploading new versions in Alfresco Community 25.3 in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/enforcing-file-name-when-uploading-new-versions-in-alfresco/m-p/497362#M40793</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;my organization wants to prevent users from renaming files and folders in Alfresco Community Edition (25.3).From the documentation we understood that preventing a file from being renamed is possible. However, it is not clear whether, when uploading a revision, it is possible to prevent a document revision from being uploaded with a different name.&lt;/P&gt;&lt;P&gt;Is there a way to force users to upload a new version of a file &lt;STRONG&gt;only&lt;/STRONG&gt; if it has exactly the same name as the file being revised?&lt;/P&gt;&lt;P&gt;Thanks in advance to anyone who can give us support.&lt;/P&gt;</description>
    <pubDate>Thu, 26 Mar 2026 10:07:28 GMT</pubDate>
    <dc:creator>lferrario</dc:creator>
    <dc:date>2026-03-26T10:07:28Z</dc:date>
    <item>
      <title>Enforcing file name when uploading new versions in Alfresco Community 25.3</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/enforcing-file-name-when-uploading-new-versions-in-alfresco/m-p/497362#M40793</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;my organization wants to prevent users from renaming files and folders in Alfresco Community Edition (25.3).From the documentation we understood that preventing a file from being renamed is possible. However, it is not clear whether, when uploading a revision, it is possible to prevent a document revision from being uploaded with a different name.&lt;/P&gt;&lt;P&gt;Is there a way to force users to upload a new version of a file &lt;STRONG&gt;only&lt;/STRONG&gt; if it has exactly the same name as the file being revised?&lt;/P&gt;&lt;P&gt;Thanks in advance to anyone who can give us support.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2026 10:07:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/enforcing-file-name-when-uploading-new-versions-in-alfresco/m-p/497362#M40793</guid>
      <dc:creator>lferrario</dc:creator>
      <dc:date>2026-03-26T10:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Enforcing file name when uploading new versions in Alfresco Community 25.3</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/enforcing-file-name-when-uploading-new-versions-in-alfresco/m-p/497399#M40794</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you have to create a Behaviour (&lt;A href="https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/25.3/Alfresco-Content-Services/Develop/In-Process-Platform-Extension-Points/Behaviour-Policies" target="_blank" rel="noopener"&gt;docs&lt;/A&gt;), attaching your code to&amp;nbsp;&lt;SPAN&gt;onUpdateProperties event. Your code will receive a&amp;nbsp;&lt;BR /&gt;NodeRef and 2 Maps with properties before and after. You can search some example on how to implement it also in our source code, like &lt;A href="https://github.com/Alfresco/alfresco-community-repo/blob/master/amps/ags/rm-community/rm-community-repo/source/java/org/alfresco/module/org_alfresco_module_rm/model/rma/type/RmSiteType.java#L262" target="_blank" rel="noopener"&gt;there&lt;/A&gt; for example.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Best regards.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2026 07:41:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/enforcing-file-name-when-uploading-new-versions-in-alfresco/m-p/497399#M40794</guid>
      <dc:creator>LeoMattioli</dc:creator>
      <dc:date>2026-03-27T07:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Enforcing file name when uploading new versions in Alfresco Community 25.3</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/enforcing-file-name-when-uploading-new-versions-in-alfresco/m-p/497400#M40795</link>
      <description>&lt;P&gt;Thank you Leo for the quick reply. I have another question related to product customization; if it’s necessary to open a separate thread, please let me know.&lt;BR /&gt;Another aspect we would like to address is the URL of individual files. We would like to have "descriptive" URLs for each files, displaying the folder structure they come from and the files' name. This would greatly help in terms of traceability and improve SEO. Is this kind of customization also possible?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2026 08:53:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/enforcing-file-name-when-uploading-new-versions-in-alfresco/m-p/497400#M40795</guid>
      <dc:creator>lferrario</dc:creator>
      <dc:date>2026-03-27T08:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Enforcing file name when uploading new versions in Alfresco Community 25.3</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/enforcing-file-name-when-uploading-new-versions-in-alfresco/m-p/497401#M40796</link>
      <description>&lt;P&gt;Quite difficult to achieve:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;A node can have multiple primary parents (very rare, but technically possible)&lt;/LI&gt;&lt;LI&gt;A node just "knows" its direct parent/children&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I think would be easier for you to create your own UI to achieve the descriptive URL requirement. You can think to have a custom metadata field with the full path and create a behaviour that keeps it updated every time the node is changed (and remember to batch calculate the field value at go-live, as behaviors don't touch the existing nodes when installed). You UI will display the full URL as you need. I'm not an Angular dev, but maybe you can create something with ADF libraries (I'm not sure if routing needs fragments or not in the URLs)&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2026 13:55:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/enforcing-file-name-when-uploading-new-versions-in-alfresco/m-p/497401#M40796</guid>
      <dc:creator>LeoMattioli</dc:creator>
      <dc:date>2026-04-01T13:55:38Z</dc:date>
    </item>
  </channel>
</rss>

