<?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: Upload File directly from local machine in an  Alfresco Workflow Task in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/upload-file-directly-from-local-machine-in-an-alfresco-workflow/m-p/289591#M242721</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) First you need to customise workflow task form to add "File Upload" control.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Once the user uploads the file, do HTTP Post to create document in alfresco repository.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) If the http post is success, then get the noderef of the newly created document.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) Use the nodeService to create the association between the newly created document and the bpm&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ackage noderef.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nodeService.addChild(bpmPackage.getNodeRef(), newlyCreatedDocumentNodeRef,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WorkflowModel.ASSOC_PACKAGE_CONTAINS,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QName.createQName(NamespaceService.CONTENT_MODEL_1_0_URI,QName.createValidLocalName(fileName)));&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jun 2014 06:07:16 GMT</pubDate>
    <dc:creator>muralidharand</dc:creator>
    <dc:date>2014-06-09T06:07:16Z</dc:date>
    <item>
      <title>Upload File directly from local machine in an  Alfresco Workflow Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/upload-file-directly-from-local-machine-in-an-alfresco-workflow/m-p/289587#M242717</link>
      <description>In any of the existing workflows provided by alfresco the documents can be uploaded from the content repository. How to allow the user to directly upload document from his desktop during a particular step in the workflow. I have developed a custom workflow and would like to allow users to upload dir</description>
      <pubDate>Mon, 21 Apr 2014 21:34:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/upload-file-directly-from-local-machine-in-an-alfresco-workflow/m-p/289587#M242717</guid>
      <dc:creator>ashpal19</dc:creator>
      <dc:date>2014-04-21T21:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Upload File directly from local machine in an  Alfresco Workflow Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/upload-file-directly-from-local-machine-in-an-alfresco-workflow/m-p/289588#M242718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can customize your workflow task screen to have file upload component to achieve this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 01:37:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/upload-file-directly-from-local-machine-in-an-alfresco-workflow/m-p/289588#M242718</guid>
      <dc:creator>romschn</dc:creator>
      <dc:date>2014-04-22T01:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Upload File directly from local machine in an  Alfresco Workflow Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/upload-file-directly-from-local-machine-in-an-alfresco-workflow/m-p/289589#M242719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your response Ramesh. I can certainly customize the workflow task screen, however I will need additional help to complete this task. Are there some steps which I can follow? The upload document component will upload document to which folder? how will that document be attached to the workflow? Will I need to execute web-scripts or Java classes to attach the document to the workflows? I am little confused about how to go about this, hence I need some more help. Thank you. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 04:24:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/upload-file-directly-from-local-machine-in-an-alfresco-workflow/m-p/289589#M242719</guid>
      <dc:creator>ashpal19</dc:creator>
      <dc:date>2014-04-22T04:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Upload File directly from local machine in an  Alfresco Workflow Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/upload-file-directly-from-local-machine-in-an-alfresco-workflow/m-p/289590#M242720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the same problem&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jun 2014 12:10:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/upload-file-directly-from-local-machine-in-an-alfresco-workflow/m-p/289590#M242720</guid>
      <dc:creator>itica</dc:creator>
      <dc:date>2014-06-07T12:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Upload File directly from local machine in an  Alfresco Workflow Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/upload-file-directly-from-local-machine-in-an-alfresco-workflow/m-p/289591#M242721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) First you need to customise workflow task form to add "File Upload" control.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Once the user uploads the file, do HTTP Post to create document in alfresco repository.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) If the http post is success, then get the noderef of the newly created document.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) Use the nodeService to create the association between the newly created document and the bpm&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ackage noderef.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nodeService.addChild(bpmPackage.getNodeRef(), newlyCreatedDocumentNodeRef,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WorkflowModel.ASSOC_PACKAGE_CONTAINS,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QName.createQName(NamespaceService.CONTENT_MODEL_1_0_URI,QName.createValidLocalName(fileName)));&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 06:07:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/upload-file-directly-from-local-machine-in-an-alfresco-workflow/m-p/289591#M242721</guid>
      <dc:creator>muralidharand</dc:creator>
      <dc:date>2014-06-09T06:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Upload File directly from local machine in an  Alfresco Workflow Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/upload-file-directly-from-local-machine-in-an-alfresco-workflow/m-p/289592#M242722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi ashpal19,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've the same problem by struggling to find out the solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I wonder whether you've found the solution. I would appreciate very much if you can share your findings with me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nyam&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 11:28:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/upload-file-directly-from-local-machine-in-an-alfresco-workflow/m-p/289592#M242722</guid>
      <dc:creator>nyamang</dc:creator>
      <dc:date>2015-05-18T11:28:27Z</dc:date>
    </item>
  </channel>
</rss>

