<?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: Download File using Sliverlight in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/download-file-using-sliverlight/m-p/160465#M4007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you save the file to the isolated storage?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jul 2011 18:39:55 GMT</pubDate>
    <dc:creator>IgressT</dc:creator>
    <dc:date>2011-07-26T18:39:55Z</dc:date>
    <item>
      <title>Download File using Sliverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/download-file-using-sliverlight/m-p/160460#M4002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is purely sliver light question, how to download the file in the web server. On button click, I just need to download the file with "Save as/Open/Cancel" options. I do not want to open another hyperlink/server page. I am using sliverlight 4.0 version.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 10:42:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/download-file-using-sliverlight/m-p/160460#M4002</guid>
      <dc:creator>LakshmananVenkatesan</dc:creator>
      <dc:date>2011-07-19T10:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Download File using Sliverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/download-file-using-sliverlight/m-p/160461#M4003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can look at the following MSDN doc: &lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/system.windows.controls.savefiledialog.showdialog%28v=VS.95%29.aspx"&gt;http://msdn.microsoft.com/en-us/library/system.windows.controls.savefiledialog.showdialog%28v=VS.95%29.aspx&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 21:45:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/download-file-using-sliverlight/m-p/160461#M4003</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-07-19T21:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Download File using Sliverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/download-file-using-sliverlight/m-p/160462#M4004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want to download the file directly on button click . I have lot of pdf files stored in web server path is ex. &lt;/SPAN&gt;&lt;A href="http://webservercomputer/arcgisjobs/print1.pdf"&gt;http://webservercomputer/arcgisjobs/print1.pdf&lt;/A&gt;&lt;SPAN&gt; . On click of button, I want download this file to the user computer . Hope am clear with the requirement&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 08:52:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/download-file-using-sliverlight/m-p/160462#M4004</guid>
      <dc:creator>LakshmananVenkatesan</dc:creator>
      <dc:date>2011-07-20T08:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Download File using Sliverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/download-file-using-sliverlight/m-p/160463#M4005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;how about using System.Net.WebClient class&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 11:20:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/download-file-using-sliverlight/m-p/160463#M4005</guid>
      <dc:creator>IgressT</dc:creator>
      <dc:date>2011-07-20T11:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Download File using Sliverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/download-file-using-sliverlight/m-p/160464#M4006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can't if you are running the Silverlight application from a web page.&amp;nbsp; You could if you run the Silverlight application with the "out of the browser" setting.&amp;nbsp; I tried it this week; however, I refused to convert my browser-based application in an "out of the browser" one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am writing a WCF service - a standard .NET library (dll) which will do the job for me.&amp;nbsp; I tried a Silverlight WCF, but it fails as well, for Silverlight does not clearance to write to the file system.&amp;nbsp; Once I am done with my new standard WCF service, I can give you a copy of the dll and source code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hugo.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 18:31:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/download-file-using-sliverlight/m-p/160464#M4006</guid>
      <dc:creator>HugoCardenas</dc:creator>
      <dc:date>2011-07-26T18:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Download File using Sliverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/download-file-using-sliverlight/m-p/160465#M4007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you save the file to the isolated storage?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 18:39:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/download-file-using-sliverlight/m-p/160465#M4007</guid>
      <dc:creator>IgressT</dc:creator>
      <dc:date>2011-07-26T18:39:55Z</dc:date>
    </item>
  </channel>
</rss>

