<?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: Aikau custom page in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/aikau-custom-page/m-p/288752#M241882</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would definitely recommend that you work your way through the &lt;A href="https://github.com/Alfresco/Aikau/blob/develop/tutorial/chapters/About.md" rel="nofollow noopener noreferrer"&gt;Aikau tutorial on GitHub&lt;/A&gt; as this will give you a better understanding of how you should go about building pages using Aikau.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like you're just trying to provide an option to upload and then allow the user to select the location to upload to?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are a number of widgets and services available out of the box for this... the "&lt;A href="https://dev.alfresco.com/resource/docs/aikau-jsdoc/FileUploadService.html" rel="nofollow noopener noreferrer"&gt;alfresco/services/FileUploadService&lt;/A&gt;" or "&lt;A href="https://dev.alfresco.com/resource/docs/aikau-jsdoc/UploadService.html" rel="nofollow noopener noreferrer"&gt;alfresco/services/UploadService&lt;/A&gt;" is available to take care of your upload needs (I would recommend the latter).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a &lt;A href="https://dev.alfresco.com/resource/docs/aikau-jsdoc/ContainerPicker.html" rel="nofollow noopener noreferrer"&gt;container picker&lt;/A&gt;&amp;nbsp;that can be used for selecting folders and a &lt;A href="https://dev.alfresco.com/resource/docs/aikau-jsdoc/AlfButton.html" rel="nofollow noopener noreferrer"&gt;button&lt;/A&gt; widget (among many other options) for launching actions. There is also a &lt;A href="https://dev.alfresco.com/resource/docs/aikau-jsdoc/FileSelect.html" rel="nofollow noopener noreferrer"&gt;file select&lt;/A&gt; form control for choosing files from your operating system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might need to write a custom service to tie this altogether, but essentially it sounds like what you want to do is to have a button that publishes a request to the &lt;A href="https://dev.alfresco.com/resource/docs/aikau-jsdoc/DialogService.html" rel="nofollow noopener noreferrer"&gt;DialogService&lt;/A&gt; to show a dialog form with&amp;nbsp;a container picker and a file select form controls... when that form is submitted it will want to publish a request to the FileUploadService to upload the selected file to the selected folder.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Sep 2016 10:26:06 GMT</pubDate>
    <dc:creator>ddraper</dc:creator>
    <dc:date>2016-09-15T10:26:06Z</dc:date>
    <item>
      <title>Aikau custom page</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/aikau-custom-page/m-p/288751#M241881</link>
      <description>hi, i have some problem with new aikau framework.I must import some file so I have created a page and into the page i inserted:-a picker that select a folder where import the file.-a button that check some config file and split xml…-a button to import the file (it is possible to import without check</description>
      <pubDate>Sat, 05 Mar 2016 12:05:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/aikau-custom-page/m-p/288751#M241881</guid>
      <dc:creator>tavvolley</dc:creator>
      <dc:date>2016-03-05T12:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Aikau custom page</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/aikau-custom-page/m-p/288752#M241882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would definitely recommend that you work your way through the &lt;A href="https://github.com/Alfresco/Aikau/blob/develop/tutorial/chapters/About.md" rel="nofollow noopener noreferrer"&gt;Aikau tutorial on GitHub&lt;/A&gt; as this will give you a better understanding of how you should go about building pages using Aikau.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like you're just trying to provide an option to upload and then allow the user to select the location to upload to?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are a number of widgets and services available out of the box for this... the "&lt;A href="https://dev.alfresco.com/resource/docs/aikau-jsdoc/FileUploadService.html" rel="nofollow noopener noreferrer"&gt;alfresco/services/FileUploadService&lt;/A&gt;" or "&lt;A href="https://dev.alfresco.com/resource/docs/aikau-jsdoc/UploadService.html" rel="nofollow noopener noreferrer"&gt;alfresco/services/UploadService&lt;/A&gt;" is available to take care of your upload needs (I would recommend the latter).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a &lt;A href="https://dev.alfresco.com/resource/docs/aikau-jsdoc/ContainerPicker.html" rel="nofollow noopener noreferrer"&gt;container picker&lt;/A&gt;&amp;nbsp;that can be used for selecting folders and a &lt;A href="https://dev.alfresco.com/resource/docs/aikau-jsdoc/AlfButton.html" rel="nofollow noopener noreferrer"&gt;button&lt;/A&gt; widget (among many other options) for launching actions. There is also a &lt;A href="https://dev.alfresco.com/resource/docs/aikau-jsdoc/FileSelect.html" rel="nofollow noopener noreferrer"&gt;file select&lt;/A&gt; form control for choosing files from your operating system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might need to write a custom service to tie this altogether, but essentially it sounds like what you want to do is to have a button that publishes a request to the &lt;A href="https://dev.alfresco.com/resource/docs/aikau-jsdoc/DialogService.html" rel="nofollow noopener noreferrer"&gt;DialogService&lt;/A&gt; to show a dialog form with&amp;nbsp;a container picker and a file select form controls... when that form is submitted it will want to publish a request to the FileUploadService to upload the selected file to the selected folder.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 10:26:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/aikau-custom-page/m-p/288752#M241882</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2016-09-15T10:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Aikau custom page</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/aikau-custom-page/m-p/288753#M241883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I actually forgot that we more or less already have an Aikau widget that does exactly what you want... you should check out the &lt;A href="https://dev.alfresco.com/resource/docs/aikau-jsdoc/UploadTarget.html" rel="nofollow noopener noreferrer"&gt;UploadTarget&lt;/A&gt; widget. It is used in one of our &lt;A href="https://github.com/Alfresco/Aikau/blob/d5805d38cb88696fd8b75b02206816fbc7a248c6/aikau/src/test/resources/testApp/WEB-INF/classes/alfresco/site-webscripts/alfresco/dashlets/UploadDashlet.get.js" rel="nofollow noopener noreferrer"&gt;unit test pages&lt;/A&gt;. If you clone the &lt;A href="https://github.com/Alfresco/Aikau" rel="nofollow noopener noreferrer"&gt;Aikau repository&lt;/A&gt; and follow the &lt;A href="https://github.com/Alfresco/Aikau/wiki/Aikau%20Setup%20(Windows)" rel="nofollow noopener noreferrer"&gt;setup instructions&lt;/A&gt; you can test it out in the unit test application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2016 10:15:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/aikau-custom-page/m-p/288753#M241883</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2016-09-16T10:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Aikau custom page</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/aikau-custom-page/m-p/288754#M241884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI... I've written a &lt;A _jive_internal="true" href="https://community.alfresco.com/community/ecm/blog/2016/09/20/custom-uploads-with-aikau" rel="nofollow noopener noreferrer"&gt;blog post&lt;/A&gt; working through this use case as best I can from the description provided.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 09:21:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/aikau-custom-page/m-p/288754#M241884</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2016-09-20T09:21:21Z</dc:date>
    </item>
  </channel>
</rss>

