<?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: I want to Upload images to Public resources every morning. Is it possible to automate this process. in Adobe Campaign Standard Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-standard/i-want-to-upload-images-to-public-resources-every-morning-is-it/m-p/234121#M12892</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Hello, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;i have done&amp;nbsp; script to upload photos to public resources from JS activity within workflow. You can add list of files and loop below script&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14970359621009847 jive_text_macro" data-renderedposition="70.4000015258789_8_1022_256" jivemacro_uid="_14970359621009847" modifiedtitle="true"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;var file = new File("path_to_file\\mont.jpg");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;if(!file.exists)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; logError ("File '" + file.fullName + "' does not exists.");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;v&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;ar extension = /[^.]+$/.exec(file.name);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;v&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;ar md5 = HMACSt&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;r(file.name,"UT&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;F-8","MD5"&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;if (!file.copyTo("path_to_adobe&lt;A&gt;\\Adobe&lt;/A&gt; Campaign v6\\var\\res\\bootcamp\\" + md5 + "." + extension))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; logError ("File '" + file.fullName + "' was not copied");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;var xmlString = '&amp;lt;fileRes alt="" codepage="0" height="0" name="owl.jpg" nature=""&amp;nbsp; publish="0" storageType="5" useMd5AsFilename="1" userContentType="0" version=""&amp;nbsp; width="0" xtkschema="xtk:fileRes"/&amp;gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;var fileRes = xtk.fileRes.create( new XML(xmlString));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;fileRes.contentType="image/jpeg";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;fileRes.label = "some_label"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;fileRes.md5 = md5;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;fileRes.fileName = "&lt;SPAN&gt;path_to_adobe&lt;/SPAN&gt;&lt;A&gt;\\Adobe\\Adobe&lt;/A&gt; Campaign v6\\bin\\..\\var\\res\\bootcamp\\" + md5 + "." + extension;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;fileRes.originalName = "&lt;SPAN&gt;path_to_file&lt;/SPAN&gt;\\Downloads\\mont.jpg";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;fileRes.save();&lt;/SPAN&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Result after you run this javascript&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="khjkhjk.jpg"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/5692i4B46E985346F8137/image-size/large?v=v2&amp;amp;px=999" role="button" title="khjkhjk.jpg" alt="khjkhjk.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jun 2017 15:26:13 GMT</pubDate>
    <dc:creator>Marcel_Szimonisz</dc:creator>
    <dc:date>2017-06-08T15:26:13Z</dc:date>
    <item>
      <title>I want to Upload images to Public resources every morning. Is it possible to automate this process.</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-standard/i-want-to-upload-images-to-public-resources-every-morning-is-it/m-p/234118#M12889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to Upload images to public resources at a regular interval of time are there any API's to this. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 09:15:10 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-standard/i-want-to-upload-images-to-public-resources-every-morning-is-it/m-p/234118#M12889</guid>
      <dc:creator>Saket1</dc:creator>
      <dc:date>2017-03-03T09:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: I want to Upload images to Public resources every morning. Is it possible to automate this process.</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-standard/i-want-to-upload-images-to-public-resources-every-morning-is-it/m-p/234119#M12890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is one but I don't remember it now. However, it observes few concerns when there are more than one frontal servers.&lt;/P&gt;&lt;P&gt;It is something to be requested from Adobe PS and hence is out of scope for this forum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 08:22:25 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-standard/i-want-to-upload-images-to-public-resources-every-morning-is-it/m-p/234119#M12890</guid>
      <dc:creator>Vipul_Raghav</dc:creator>
      <dc:date>2017-03-06T08:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: I want to Upload images to Public resources every morning. Is it possible to automate this process.</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-standard/i-want-to-upload-images-to-public-resources-every-morning-is-it/m-p/234120#M12891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We inherited a system which included a workflow, build by an Adobe engineer, to import images from a shared folder on the Campaign server as xtk:fileRes. There's a fundamental problem with trying to do this within Campaign itself, that it's not possible (as far as I can see in the docs, and confirmed by someone from Adobe Support) to calculate the md5 hash of a file - and thus the xtk:fileRes record you end up with is not the same as that which would have been created by uploading the same image in the UI. We don't know what the consequences of this are, but it certainly has potential for things to break.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ended up writing a .NET app through which images (along with their md5 hash!) can be uploaded to a custom SOAP endpoint, which then creates the xtk:fileRes records - see &lt;A href="https://github.com/cumpstey/campaign-sync/"&gt;the github project&lt;/A&gt;. The treatment of folders could still do with a bit of work - it doesn't create folders, or change the folder if the image already exists in a different one. But it works for our purposes, and may work for yours; or at least give you some useful ideas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 11:34:07 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-standard/i-want-to-upload-images-to-public-resources-every-morning-is-it/m-p/234120#M12891</guid>
      <dc:creator>hamster_billy</dc:creator>
      <dc:date>2017-05-30T11:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: I want to Upload images to Public resources every morning. Is it possible to automate this process.</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-standard/i-want-to-upload-images-to-public-resources-every-morning-is-it/m-p/234121#M12892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Hello, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;i have done&amp;nbsp; script to upload photos to public resources from JS activity within workflow. You can add list of files and loop below script&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14970359621009847 jive_text_macro" data-renderedposition="70.4000015258789_8_1022_256" jivemacro_uid="_14970359621009847" modifiedtitle="true"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;var file = new File("path_to_file\\mont.jpg");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;if(!file.exists)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; logError ("File '" + file.fullName + "' does not exists.");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;v&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;ar extension = /[^.]+$/.exec(file.name);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;v&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;ar md5 = HMACSt&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;r(file.name,"UT&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;F-8","MD5"&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;if (!file.copyTo("path_to_adobe&lt;A&gt;\\Adobe&lt;/A&gt; Campaign v6\\var\\res\\bootcamp\\" + md5 + "." + extension))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; logError ("File '" + file.fullName + "' was not copied");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;var xmlString = '&amp;lt;fileRes alt="" codepage="0" height="0" name="owl.jpg" nature=""&amp;nbsp; publish="0" storageType="5" useMd5AsFilename="1" userContentType="0" version=""&amp;nbsp; width="0" xtkschema="xtk:fileRes"/&amp;gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;var fileRes = xtk.fileRes.create( new XML(xmlString));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;fileRes.contentType="image/jpeg";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;fileRes.label = "some_label"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;fileRes.md5 = md5;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;fileRes.fileName = "&lt;SPAN&gt;path_to_adobe&lt;/SPAN&gt;&lt;A&gt;\\Adobe\\Adobe&lt;/A&gt; Campaign v6\\bin\\..\\var\\res\\bootcamp\\" + md5 + "." + extension;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;fileRes.originalName = "&lt;SPAN&gt;path_to_file&lt;/SPAN&gt;\\Downloads\\mont.jpg";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;fileRes.save();&lt;/SPAN&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Result after you run this javascript&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="khjkhjk.jpg"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/5692i4B46E985346F8137/image-size/large?v=v2&amp;amp;px=999" role="button" title="khjkhjk.jpg" alt="khjkhjk.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 15:26:13 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-standard/i-want-to-upload-images-to-public-resources-every-morning-is-it/m-p/234121#M12892</guid>
      <dc:creator>Marcel_Szimonisz</dc:creator>
      <dc:date>2017-06-08T15:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: I want to Upload images to Public resources every morning. Is it possible to automate this process.</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-standard/i-want-to-upload-images-to-public-resources-every-morning-is-it/m-p/234122#M12893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://experienceleaguecommunities.adobe.com/people/marcel.gent.86"&gt;marcel.gent.86&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;When I am running this code I could see that the File object from which we are trying to create a File Resource, should be placed in a path in server("/usr/local/neolane/nl6/var/partners/"). I am unable to find any activity to copy/upload the file to server path. If this understanding is correct can you please mention any suggestion to upload a file/image from local drive to the server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 10:56:39 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-standard/i-want-to-upload-images-to-public-resources-every-morning-is-it/m-p/234122#M12893</guid>
      <dc:creator>Deb_Tripathy</dc:creator>
      <dc:date>2017-08-02T10:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: I want to Upload images to Public resources every morning. Is it possible to automate this process.</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-standard/i-want-to-upload-images-to-public-resources-every-morning-is-it/m-p/234123#M12894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A href="https://experienceleaguecommunities.adobe.com/people/debabratat65073412"&gt;debabratat65073412&lt;/A&gt;​,&lt;/P&gt;&lt;P&gt;You can use file transfer activity&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1270605_pastedImage_1.png"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/5693i76BAAE2F2B378E6B/image-size/large?v=v2&amp;amp;px=999" role="button" title="1270605_pastedImage_1.png" alt="1270605_pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 12:46:47 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-standard/i-want-to-upload-images-to-public-resources-every-morning-is-it/m-p/234123#M12894</guid>
      <dc:creator>Marcel_Szimonisz</dc:creator>
      <dc:date>2017-08-02T12:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: I want to Upload images to Public resources every morning. Is it possible to automate this process.</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-standard/i-want-to-upload-images-to-public-resources-every-morning-is-it/m-p/234124#M12895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your solution will work if there is only one frontal server.&lt;/P&gt;&lt;P&gt;If there are two servers, wfserver process will only run on the first one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if you save it to file resources, the record wil get updated in the database but the actual file will only be published on the first server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second server will not receive it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a load balanced scenario, if this image is used in email, it will render on occasion if the GET call is sent to the first server. WHen it goes to second HTTP 404 will occur.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please correct me if my understanding is wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vipul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 04:34:58 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-standard/i-want-to-upload-images-to-public-resources-every-morning-is-it/m-p/234124#M12895</guid>
      <dc:creator>Vipul_Raghav</dc:creator>
      <dc:date>2017-08-03T04:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: I want to Upload images to Public resources every morning. Is it possible to automate this process.</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-standard/i-want-to-upload-images-to-public-resources-every-morning-is-it/m-p/234125#M12896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vipul,&lt;/P&gt;&lt;P&gt;yes thats good question you will need to publish images to all frontal servers as it would be done automatically when you are uploading resource via adobe. Thank you for pointing this out. &lt;IMG src="https://experienceleaguecommunities.adobe.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the one who wants this to be automated will figure it out somehow or I suppose it can be done differently at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2017 08:50:02 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-standard/i-want-to-upload-images-to-public-resources-every-morning-is-it/m-p/234125#M12896</guid>
      <dc:creator>Marcel_Szimonisz</dc:creator>
      <dc:date>2017-08-04T08:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: I want to Upload images to Public resources every morning. Is it possible to automate this process.</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-standard/i-want-to-upload-images-to-public-resources-every-morning-is-it/m-p/234126#M12897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcel,&lt;/P&gt;&lt;P&gt;Thanks a lot. The solution provided above worked fine for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 15:45:57 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-standard/i-want-to-upload-images-to-public-resources-every-morning-is-it/m-p/234126#M12897</guid>
      <dc:creator>Deb_Tripathy</dc:creator>
      <dc:date>2017-08-08T15:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: I want to Upload images to Public resources every morning. Is it possible to automate this process.</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-standard/i-want-to-upload-images-to-public-resources-every-morning-is-it/m-p/397526#M12898</link>
      <description>&lt;P&gt;Hi Marcel, were you able to check on how to publish automatically to all frontal servers?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Update:&amp;nbsp;xtk.fileRes.PublishIfNeededFromId(fileRes.id);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use this after saving file and it will publish to all frontal servers.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 14:15:34 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-standard/i-want-to-upload-images-to-public-resources-every-morning-is-it/m-p/397526#M12898</guid>
      <dc:creator>pkrish61</dc:creator>
      <dc:date>2021-02-18T14:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: I want to Upload images to Public resources every mor...</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-standard/i-want-to-upload-images-to-public-resources-every-morning-is-it/m-p/397532#M12899</link>
      <description>&lt;P&gt;xtk.fileRes.PublishIfNeededFromId(fileRes.id);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use this after saving file and it will publish to all frontal servers.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 14:16:37 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-standard/i-want-to-upload-images-to-public-resources-every-morning-is-it/m-p/397532#M12899</guid>
      <dc:creator>pkrish61</dc:creator>
      <dc:date>2021-02-18T14:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: I want to Upload images to Public resources every morning. Is it possible to automate this process.</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-standard/i-want-to-upload-images-to-public-resources-every-morning-is-it/m-p/540438#M15166</link>
      <description>&lt;P&gt;I'm doing an upload of image from a web page.&lt;/P&gt;
&lt;P&gt;Everything works except for two things, and I think they are connected.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;First it is not possible to publish the fileres record after creation.&lt;BR /&gt;Neither from within console nor using&amp;nbsp;&lt;SPAN&gt;PublishIfNeededFromId method.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Second the MD5 is different from what the console produces when uploading manually. I've tried creating the MD5 based on different attributes and also from the image file itself, but it always differs from what the console will produce.&lt;BR /&gt;My hyopthesis is that the first issue with not being able to publish to all servers is connected to the MD5 issue.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN&gt;My question is: From what is the MD5 of fileres produced and how do I replicate that in code?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;/Peter&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 08:27:21 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-standard/i-want-to-upload-images-to-public-resources-every-morning-is-it/m-p/540438#M15166</guid>
      <dc:creator>PLundmark</dc:creator>
      <dc:date>2022-08-11T08:27:21Z</dc:date>
    </item>
  </channel>
</rss>

