<?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 Re: Creating folders and moving files in javascript in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/creating-folders-and-moving-files-in-javascript/m-p/250612#M203742</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1. Write web script that works in Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Call this script from Share using /share/proxy/[path to script]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. PROFIT.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jun 2012 05:49:31 GMT</pubDate>
    <dc:creator>beginer</dc:creator>
    <dc:date>2012-06-08T05:49:31Z</dc:date>
    <item>
      <title>Creating folders and moving files in javascript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-folders-and-moving-files-in-javascript/m-p/250608#M203738</link>
      <description>http://wiki.alfresco.com/wiki/JavaScript_API_Cookbookspace.createFolder("Backup") ‍ does not work in Share.how to create folders and move files using javascript?</description>
      <pubDate>Sat, 02 Jun 2012 12:04:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-folders-and-moving-files-in-javascript/m-p/250608#M203738</guid>
      <dc:creator>beginer</dc:creator>
      <dc:date>2012-06-02T12:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Creating folders and moving files in javascript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-folders-and-moving-files-in-javascript/m-p/250609#M203739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;when you write "does not work in Share", do you mean a javaScript web script controller you wrote in Share or the JavaScript console available as an addon for Share?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please note that "space" is a special root object that is only available to scripts executed in the Repository tier and within a content structure context, e.g. a script triggered by a rule, or an action. This object is not available in any web script controller and - although I am only close to a 100 % certain - on-demand scripts executed via the console.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To create folders and move files using JavaScript, you need a script triggered by a rule or action within a specific content context… Please have a look at the wiki section about &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/4.0_JavaScript_API#Root_Scope_Objects" rel="nofollow noopener noreferrer"&gt;root objects in JavaScript&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jun 2012 13:09:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-folders-and-moving-files-in-javascript/m-p/250609#M203739</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2012-06-02T13:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Creating folders and moving files in javascript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-folders-and-moving-files-in-javascript/m-p/250610#M203740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;try to write a script with these features &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/4.0_JavaScript_API#Root_Scope_Objects" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/4.0_JavaScript_API#Root_Scope_Objects&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and make sure it does not work in Alfresco Share&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 10:58:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-folders-and-moving-files-in-javascript/m-p/250610#M203740</guid>
      <dc:creator>beginer</dc:creator>
      <dc:date>2012-06-05T10:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating folders and moving files in javascript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-folders-and-moving-files-in-javascript/m-p/250611#M203741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;of course - these elements are mostly Repository specific. I think it even says that in the wiki somewhere.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 15:35:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-folders-and-moving-files-in-javascript/m-p/250611#M203741</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2012-06-05T15:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Creating folders and moving files in javascript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-folders-and-moving-files-in-javascript/m-p/250612#M203742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1. Write web script that works in Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Call this script from Share using /share/proxy/[path to script]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. PROFIT.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 05:49:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-folders-and-moving-files-in-javascript/m-p/250612#M203742</guid>
      <dc:creator>beginer</dc:creator>
      <dc:date>2012-06-08T05:49:31Z</dc:date>
    </item>
  </channel>
</rss>

