<?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: Using an Computed Field (iFrame) to Show a Locally Stored File PDF in Fusion Manage Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-manage-forum/using-an-computed-field-iframe-to-show-a-locally-stored-file-pdf/m-p/4340665#M7391</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Could you perhaps consider installing Microsoft IIS web server on one of your local server and create a new "Documents" folder under c:\inetpub\wwwroot to store your PDF files? This way you would access the PDF file via http://&amp;lt;iis web server name&amp;gt;/Documents/&amp;lt;pdf filename&amp;gt;.pdf instead of using file:// command.&lt;/P&gt;
&lt;P&gt;You will need to enable directory browsing in IIS for your Documents web folder.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jul 2013 22:04:50 GMT</pubDate>
    <dc:creator>bastien.mazeran</dc:creator>
    <dc:date>2013-07-23T22:04:50Z</dc:date>
    <item>
      <title>Using an Computed Field (iFrame) to Show a Locally Stored File PDF</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/using-an-computed-field-iframe-to-show-a-locally-stored-file-pdf/m-p/4340464#M7388</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to show a PDF file from my network in an iframe. I'm getting close but not yet successful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently my iframe looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;'&amp;lt;iframe&amp;gt; width="1000" height="1000" frameborder="0" scrolling="yes" marginheight="0" marginwidth="0" src="file:///\\&amp;lt;server&amp;gt;\&amp;lt;folder path&amp;gt;\&amp;lt;filename&amp;gt;.pdf"&amp;lt;/iframe&amp;gt;'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If copy and paste&amp;nbsp;file:///\\&amp;lt;server&amp;gt;\&amp;lt;folder path&amp;gt;\&amp;lt;filename&amp;gt;.pdf into Chrome it works fine (Chrome converts the path to file://xx%20yy/ etc).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried using an @ like src@"file:/// (etc.) but only saw the mystery guy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2013 19:14:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/using-an-computed-field-iframe-to-show-a-locally-stored-file-pdf/m-p/4340464#M7388</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-23T19:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using an Computed Field (iFrame) to Show a Locally Stored File PDF</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/using-an-computed-field-iframe-to-show-a-locally-stored-file-pdf/m-p/4340547#M7389</link>
      <description>&lt;P&gt;When I inspect the element of the ifram here's what I see:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/56725i1391BCD49B65D30D/image-size/original?v=mpbl-1&amp;amp;px=-1" align="center" border="0" title="2013-07-23_1317.png" alt="2013-07-23_1317.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2013 20:18:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/using-an-computed-field-iframe-to-show-a-locally-stored-file-pdf/m-p/4340547#M7389</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-23T20:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using an Computed Field (iFrame) to Show a Locally Stored File PDF</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/using-an-computed-field-iframe-to-show-a-locally-stored-file-pdf/m-p/4340607#M7390</link>
      <description>&lt;P&gt;UPDATE:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried just using a URL field to get to the file on disk but that didn't work either. The odd this is my URL looked like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;file:///\\&amp;lt;server&amp;gt;\etc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I hover over the URL the target displayed at the bottom (in Chrome) is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;file////&amp;lt;server&amp;gt;\etc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It appears that the colon gets truncated server side which alters the target.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2013 20:51:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/using-an-computed-field-iframe-to-show-a-locally-stored-file-pdf/m-p/4340607#M7390</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-23T20:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using an Computed Field (iFrame) to Show a Locally Stored File PDF</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/using-an-computed-field-iframe-to-show-a-locally-stored-file-pdf/m-p/4340665#M7391</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Could you perhaps consider installing Microsoft IIS web server on one of your local server and create a new "Documents" folder under c:\inetpub\wwwroot to store your PDF files? This way you would access the PDF file via http://&amp;lt;iis web server name&amp;gt;/Documents/&amp;lt;pdf filename&amp;gt;.pdf instead of using file:// command.&lt;/P&gt;
&lt;P&gt;You will need to enable directory browsing in IIS for your Documents web folder.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2013 22:04:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/using-an-computed-field-iframe-to-show-a-locally-stored-file-pdf/m-p/4340665#M7391</guid>
      <dc:creator>bastien.mazeran</dc:creator>
      <dc:date>2013-07-23T22:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using an Computed Field (iFrame) to Show a Locally Stored File PDF</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/using-an-computed-field-iframe-to-show-a-locally-stored-file-pdf/m-p/4343137#M7392</link>
      <description>&lt;P&gt;I was finally able to get a hyperlink to open a local file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My final solution was to:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Chrome:&lt;/P&gt;&lt;P&gt;Install an extension for using local links: &lt;A href="https://chrome.google.com/extensions/detail/jllpkdkcdjndhggodimiphkghogcpida" target="_blank"&gt;https://chrome.google.com/extensions/detail/jllpkdkcdjndhggodimiphkghogcpida&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In IE9:&lt;/P&gt;&lt;P&gt;Add PLM 360 tenant URL to my trusted sites and local intranet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm going to assume this will work also for an iframe.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2013 14:35:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/using-an-computed-field-iframe-to-show-a-locally-stored-file-pdf/m-p/4343137#M7392</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-25T14:35:22Z</dc:date>
    </item>
  </channel>
</rss>

