<?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: How to use Alfresco for this problem. in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-for-this-problem/m-p/195472#M148602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To put it bluntly, you are talking about the basic usecase, why alfresco was built in the first place: People upload content and supply metadata with the content. Other people reuse it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Since the system is quite flexible, there are dozens of different approaches, depending on what you want, need, know etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First question : should the uploader be anonymous or registered user. (A Selfregistration application has to be supplied by you, it is not available with Alfresco, AFAIK.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Second queistion : How to do it with an anonymous user (registered user goes almost the same):smileysad:I guess you mean Version 4 or 5, but I list all options, I can think of in the moment, since maybe I oversimplify)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) use the alfresco webclient (alfresco explorer) and a special "upload" account. There, you welcome the user with a custom webscript and explain to him, how to use the "add content" function to store stuff in an upload space. Then you internal people can process the data from there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) You use the alfresco webclient and a special webscript to explain or even handle the upload, placed on the "guest" page, write a webscript form with javascript and freemarker to upload the content&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) You use the alfresco-share gui and allow access to the upload user.&amp;nbsp; Rest the same as above&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4) you write your own client and access the alfresco repository via the Java Content Repository API (JSR170) or transfer the data via import function with metadata in XML files. (May be REST, SOAP, FTP, Mail).&amp;nbsp; use the Alfresco Explorer to process the data internally.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;5) You build a website with a webform to submit content with the Alfresco WCM and deploy the webpage to production and set up an import function from your internal alfresco to retrieve content from the production website repository (From the security point of view, that would be best. But maybe there are even more direct connections, allowing the deployed site to store content in another repository, but that has certain security implications.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;6) (Optional) You write a JSP or Webscript page and replace the "upload" dialog in the Alfresco explorer&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I cant really take you further, that would rather be a Alfresco training *SCNR* There are several tutorials on writing webscripts, working with custom content modells etc. Basic introductions can also be found here: &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=19&amp;amp;t=13426" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=19&amp;amp;t=13426&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards, Norgan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Nov 2008 13:07:16 GMT</pubDate>
    <dc:creator>norgan</dc:creator>
    <dc:date>2008-11-12T13:07:16Z</dc:date>
    <item>
      <title>How to use Alfresco for this problem.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-for-this-problem/m-p/195469#M148599</link>
      <description>Hi,I am new to alfresco, i am learning how to use alfresco.I have a case study that I have to develop using alfresco. I have read any guides but i am not getting exactly how to start with this.The case study is like this.I have to develop a web based application :1.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A person visits a website o</description>
      <pubDate>Fri, 07 Nov 2008 15:15:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-for-this-problem/m-p/195469#M148599</guid>
      <dc:creator>krishherein</dc:creator>
      <dc:date>2008-11-07T15:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Alfresco for this problem.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-for-this-problem/m-p/195470#M148600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it depends, what you really want to do on the form actions, but basically, all you need is already there in the basic getting started guide.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Setup an "upload/guest" space, where users are allowed to upload any content&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Create a simple workflow "forwardReject"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) create a simple workflow "finalaprove"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Done.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Norgan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2008 12:04:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-for-this-problem/m-p/195470#M148600</guid>
      <dc:creator>norgan</dc:creator>
      <dc:date>2008-11-10T12:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Alfresco for this problem.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-for-this-problem/m-p/195471#M148601</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;My problem is that, the user will see a webpage on internet, and from there he has to&amp;nbsp; upload his details. His data should be saved in a database/xml file. And the image file which he uploads should be saved in a workspace.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope U get the problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 05:58:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-for-this-problem/m-p/195471#M148601</guid>
      <dc:creator>krishherein</dc:creator>
      <dc:date>2008-11-11T05:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Alfresco for this problem.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-for-this-problem/m-p/195472#M148602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To put it bluntly, you are talking about the basic usecase, why alfresco was built in the first place: People upload content and supply metadata with the content. Other people reuse it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Since the system is quite flexible, there are dozens of different approaches, depending on what you want, need, know etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First question : should the uploader be anonymous or registered user. (A Selfregistration application has to be supplied by you, it is not available with Alfresco, AFAIK.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Second queistion : How to do it with an anonymous user (registered user goes almost the same):smileysad:I guess you mean Version 4 or 5, but I list all options, I can think of in the moment, since maybe I oversimplify)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) use the alfresco webclient (alfresco explorer) and a special "upload" account. There, you welcome the user with a custom webscript and explain to him, how to use the "add content" function to store stuff in an upload space. Then you internal people can process the data from there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) You use the alfresco webclient and a special webscript to explain or even handle the upload, placed on the "guest" page, write a webscript form with javascript and freemarker to upload the content&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) You use the alfresco-share gui and allow access to the upload user.&amp;nbsp; Rest the same as above&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4) you write your own client and access the alfresco repository via the Java Content Repository API (JSR170) or transfer the data via import function with metadata in XML files. (May be REST, SOAP, FTP, Mail).&amp;nbsp; use the Alfresco Explorer to process the data internally.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;5) You build a website with a webform to submit content with the Alfresco WCM and deploy the webpage to production and set up an import function from your internal alfresco to retrieve content from the production website repository (From the security point of view, that would be best. But maybe there are even more direct connections, allowing the deployed site to store content in another repository, but that has certain security implications.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;6) (Optional) You write a JSP or Webscript page and replace the "upload" dialog in the Alfresco explorer&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I cant really take you further, that would rather be a Alfresco training *SCNR* There are several tutorials on writing webscripts, working with custom content modells etc. Basic introductions can also be found here: &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=19&amp;amp;t=13426" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=19&amp;amp;t=13426&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards, Norgan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 13:07:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-for-this-problem/m-p/195472#M148602</guid>
      <dc:creator>norgan</dc:creator>
      <dc:date>2008-11-12T13:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Alfresco for this problem.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-for-this-problem/m-p/195473#M148603</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;BR /&gt;&lt;SPAN&gt;I am also facing the same problem.I am also new to Webservices API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My task is i have to upload a file from client machine to alfresco server machine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In webservicesample program, we r creating file by program.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In my case, Client scan some docs and he'll upload that scanned docs on alfresco server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Client application is a web application. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Through webservices we have to fatch that file and upload on alfresco server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kindly help me if you got any solution. Please keep in touch.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nishant&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2008 12:42:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-for-this-problem/m-p/195473#M148603</guid>
      <dc:creator>unknown-user</dc:creator>
      <dc:date>2008-11-14T12:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Alfresco for this problem.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-for-this-problem/m-p/195474#M148604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;krishherein &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am able to create Node on alfresco server using webservice example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In webservicesample project, we can create node &amp;amp; content file and we can write content inside file through programming.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But in my case, i have to upload file from client machine (pdf file etc).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are two case to put a file in alfresco as per my understanding –&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1: read the file and create the same file on alfresco and write the content in that file that is very easy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2: copy the same content file and put the same copy in alfresco server.&amp;nbsp; But i am unable to findout that API which wil help us to do the same thing. Through browse button we'll select some file and server side we have to get that file then we have to use some alfresco API(if it is in alfresco) or some other API to upload the file on alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Plz share if you have any source docs or any alfresco ebooks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nishant&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2008 12:59:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-for-this-problem/m-p/195474#M148604</guid>
      <dc:creator>unknown-user</dc:creator>
      <dc:date>2008-11-14T12:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Alfresco for this problem.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-for-this-problem/m-p/195475#M148605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are using alfreso.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;there are some other applications also which alfresco and other also uses same login credentials.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to create a link from these alfresco to other applications.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible when we login to Alfresco and if we give credentials for alfresco and login can the other applications also can use same.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 06:50:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-for-this-problem/m-p/195475#M148605</guid>
      <dc:creator>archana_bonkanp</dc:creator>
      <dc:date>2009-01-16T06:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Alfresco for this problem.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-for-this-problem/m-p/195476#M148606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Nishant,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why dont you go for creating a webscript and create a RESTful URL to upload your file to server.&amp;nbsp; You can get more information and example over here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Web_Scripts" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Web_Scripts&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Web_Scripts_Examples#File_Upload" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Web_Scripts_Examples#File_Upload&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kayan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 11:48:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-for-this-problem/m-p/195476#M148606</guid>
      <dc:creator>kayan</dc:creator>
      <dc:date>2009-01-16T11:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Alfresco for this problem.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-for-this-problem/m-p/195477#M148607</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;BR /&gt;&lt;SPAN&gt;I have created a form having fields like name,Street,City. Then,I created a web site using this form. Inside that website,I created web content by entering details name,street,city.Now it is stored as xml file in the content pane. Now how can i view this details in a form and fields of form should contain the details given.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2009 12:59:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-for-this-problem/m-p/195477#M148607</guid>
      <dc:creator>maha</dc:creator>
      <dc:date>2009-03-18T12:59:15Z</dc:date>
    </item>
  </channel>
</rss>

