<?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 Configure Flash File Upload to override PROXY_URI part in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/configure-flash-file-upload-to-override-proxy-uri-part/m-p/266921#M220051</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;Alfresco file upload script uses Alfresco.constant.PROXY_URI + myOverrideUrl for upload. What would be a way to change this PROXY_URI?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a use case to upload a file as an unauthenticated user. The backend webscript works, I can upload using URL "/alfresco/service/api/custom-upload?guest=true", But when uploading with Share flash uploader, I override the url (flashUploadURL), but I cannot override the whole thing. So I get a 401-Unauthorized. My guess is that even if the backend script doesn not need authentication, Share asks for it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to override the upload URL to go to /alfresco directly? Or configure Share to let me through as guest?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jan 2013 09:52:35 GMT</pubDate>
    <dc:creator>zladuric</dc:creator>
    <dc:date>2013-01-14T09:52:35Z</dc:date>
    <item>
      <title>Configure Flash File Upload to override PROXY_URI part</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/configure-flash-file-upload-to-override-proxy-uri-part/m-p/266921#M220051</link>
      <description>Hi,Alfresco file upload script uses Alfresco.constant.PROXY_URI + myOverrideUrl for upload. What would be a way to change this PROXY_URI?I have a use case to upload a file as an unauthenticated user. The backend webscript works, I can upload using URL "/alfresco/service/api/custom-upload?guest=true"</description>
      <pubDate>Mon, 14 Jan 2013 09:52:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/configure-flash-file-upload-to-override-proxy-uri-part/m-p/266921#M220051</guid>
      <dc:creator>zladuric</dc:creator>
      <dc:date>2013-01-14T09:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Configure Flash File Upload to override PROXY_URI part</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/configure-flash-file-upload-to-override-proxy-uri-part/m-p/266922#M220052</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;take a look to this &lt;/SPAN&gt;&lt;A href="http://www.ixxus.com/blog/2011/09/customising-the-upload-file-dialog-box-in-alfresco-share/" rel="nofollow noopener noreferrer"&gt;http://www.ixxus.com/blog/2011/09/customising-the-upload-file-dialog-box-in-alfresco-share/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrea&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 10:13:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/configure-flash-file-upload-to-override-proxy-uri-part/m-p/266922#M220052</guid>
      <dc:creator>abarisone</dc:creator>
      <dc:date>2013-01-14T10:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Configure Flash File Upload to override PROXY_URI part</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/configure-flash-file-upload-to-override-proxy-uri-part/m-p/266923#M220053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, that was helpful. I thought of this solution (make a flash-upload-custom.js), but I wanted to avoid it if possible (because I also have to edit html-upload.js and dnd-upload.js this way).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks anyway, that is a good article.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 10:33:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/configure-flash-file-upload-to-override-proxy-uri-part/m-p/266923#M220053</guid>
      <dc:creator>zladuric</dc:creator>
      <dc:date>2013-01-14T10:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Configure Flash File Upload to override PROXY_URI part</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/configure-flash-file-upload-to-override-proxy-uri-part/m-p/266924#M220054</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You said you have to edit html-upload.js right?. May I know How you are changing html-upload.js please.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 23:26:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/configure-flash-file-upload-to-override-proxy-uri-part/m-p/266924#M220054</guid>
      <dc:creator>rockyrakhi</dc:creator>
      <dc:date>2013-06-13T23:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Configure Flash File Upload to override PROXY_URI part</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/configure-flash-file-upload-to-override-proxy-uri-part/m-p/266925#M220055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oh, I basically created a duplicate of it for non-authenticated users and pointed it to a different backend script, not to the original one. The new script would only allow uploads of certain mimetypes, and only to a certain publicly accessible folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 07:40:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/configure-flash-file-upload-to-override-proxy-uri-part/m-p/266925#M220055</guid>
      <dc:creator>zladuric</dc:creator>
      <dc:date>2013-06-20T07:40:04Z</dc:date>
    </item>
  </channel>
</rss>

