<?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 Hi, in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Image-download/m-p/1118717#M75095</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Could you give an example of the final url to download the image? What is placed in&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-weight: 700; font-size: 12px;"&gt;feed.items&lt;I&gt;.media.m when running?&lt;/I&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;Diego&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 06 May 2016 17:53:50 GMT</pubDate>
    <dc:creator>Diego_Calp</dc:creator>
    <dc:date>2016-05-06T17:53:50Z</dc:date>
    <item>
      <title>Image download</title>
      <link>https://community.intel.com/t5/Software-Archive/Image-download/m-p/1118716#M75094</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;In listview, i am displaying image and link &amp;nbsp;&amp;lt;a href="'+imageURL+'" download&amp;gt;Save&amp;lt;/a&amp;gt;&amp;nbsp; to download image ,&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;On click of save in emulator image is getting downloaded, After installing in phone the link is not responding and the image is not getting downloaded.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Below is the code for reference:&lt;/P&gt;

&lt;P&gt;el = document.getElementById('thelist');&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;li = document.createElement('li');&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;li.innerHTML='&amp;lt;br/&amp;gt;&amp;lt;center&amp;gt;'+&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; '&amp;lt;div id="divContainerID" class="divContainer"&amp;gt;'+&lt;BR /&gt;
	&amp;nbsp;'&amp;lt;div class="divTitle"&amp;gt;'+feed.items&lt;I&gt;.title+'&amp;lt;/div&amp;gt;'+&lt;BR /&gt;
	&amp;nbsp; '&amp;lt;div class="divImg"&amp;gt;&amp;lt;img src="'+feed.items&lt;I&gt;.media.m+'" height="auto" &amp;nbsp;width="100%" /&amp;gt;&amp;lt;/div&amp;gt;'+&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; '&amp;lt;/div&amp;gt;&amp;lt;div class="divFooter"&amp;gt;&lt;STRONG&gt; &amp;lt;div class="divFooter"&amp;gt;&amp;lt;a href="'+feed.items&lt;I&gt;.media.m+'" download&amp;gt;Save&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;I&gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/center&amp;gt;'&lt;BR /&gt;
	&amp;nbsp;el.appendChild(li, el.childNodes[0]);&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2016 19:13:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Image-download/m-p/1118716#M75094</guid>
      <dc:creator>Mallikarjun_M_</dc:creator>
      <dc:date>2016-05-05T19:13:23Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Software-Archive/Image-download/m-p/1118717#M75095</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Could you give an example of the final url to download the image? What is placed in&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-weight: 700; font-size: 12px;"&gt;feed.items&lt;I&gt;.media.m when running?&lt;/I&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;Diego&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2016 17:53:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Image-download/m-p/1118717#M75095</guid>
      <dc:creator>Diego_Calp</dc:creator>
      <dc:date>2016-05-06T17:53:50Z</dc:date>
    </item>
    <item>
      <title>Hi, </title>
      <link>https://community.intel.com/t5/Software-Archive/Image-download/m-p/1118718#M75096</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Here it is : &lt;A href="http://farm8.staticflickr.com/7666/26760451752_84ed224ca1_m.jpg" target="_blank"&gt;http://farm8.staticflickr.com/7666/26760451752_84ed224ca1_m.jpg&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The url differs for every li in listview&lt;/P&gt;

&lt;P&gt;Regards ,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;M&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2016 18:02:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Image-download/m-p/1118718#M75096</guid>
      <dc:creator>Mallikarjun_M_</dc:creator>
      <dc:date>2016-05-06T18:02:21Z</dc:date>
    </item>
    <item>
      <title>Did you configure the</title>
      <link>https://community.intel.com/t5/Software-Archive/Image-download/m-p/1118719#M75097</link>
      <description>&lt;P&gt;Did you configure the whitelisting? Projects / Build Settings / Whitelist&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2016 19:32:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Image-download/m-p/1118719#M75097</guid>
      <dc:creator>Diego_Calp</dc:creator>
      <dc:date>2016-05-06T19:32:11Z</dc:date>
    </item>
    <item>
      <title>Hi, </title>
      <link>https://community.intel.com/t5/Software-Archive/Image-download/m-p/1118720#M75098</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;What should I configure? I have not touched this section .&amp;nbsp;&lt;/P&gt;

&lt;P&gt;What should I configure for url like :&amp;nbsp;&lt;A href="http://farm8.staticflickr.com/7666/26760451752_84ed224ca1_m.jpg" style="font-size: 12px; line-height: 18px;"&gt;http://farm8.staticflickr.com/7666/26760451752_84ed224ca1_m.jpg&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Attached is the screen shot for reference&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 May 2016 16:32:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Image-download/m-p/1118720#M75098</guid>
      <dc:creator>Mallikarjun_M_</dc:creator>
      <dc:date>2016-05-08T16:32:54Z</dc:date>
    </item>
    <item>
      <title>Mallikarjun -- follow the</title>
      <link>https://community.intel.com/t5/Software-Archive/Image-download/m-p/1118721#M75099</link>
      <description>&lt;P&gt;Mallikarjun -- follow the instructions and links in the info icons -- the (i) icons...&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2016 16:07:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Image-download/m-p/1118721#M75099</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-05-09T16:07:40Z</dc:date>
    </item>
    <item>
      <title> </title>
      <link>https://community.intel.com/t5/Software-Archive/Image-download/m-p/1118722#M75100</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Sorry Paul, I didn't get it. Please brief it&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2016 17:06:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Image-download/m-p/1118722#M75100</guid>
      <dc:creator>Mallikarjun_M_</dc:creator>
      <dc:date>2016-05-09T17:06:48Z</dc:date>
    </item>
    <item>
      <title>There are links in the hover</title>
      <link>https://community.intel.com/t5/Software-Archive/Image-download/m-p/1118723#M75101</link>
      <description>&lt;P&gt;There are links in the hover text when you hover over the (i) icons in the Build Settings:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2016-05-09 at 11.10.20 AM.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/8820i2EC164234439BEA0/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Screen Shot 2016-05-09 at 11.10.20 AM.png" alt="Screen Shot 2016-05-09 at 11.10.20 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;&lt;A href="https://software.intel.com/en-us/xdk/docs/using-cordova-whitelist-rules-with-intel-xdk" target="_blank"&gt;https://software.intel.com/en-us/xdk/docs/using-cordova-whitelist-rules-with-intel-xdk&lt;/A&gt;&lt;/LI&gt;
	&lt;LI&gt;&lt;A href="http://www.html5rocks.com/en/tutorials/security/content-security-policy/" target="_blank"&gt;http://www.html5rocks.com/en/tutorials/security/content-security-policy/&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 09 May 2016 18:14:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Image-download/m-p/1118723#M75101</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-05-09T18:14:38Z</dc:date>
    </item>
  </channel>
</rss>

