<?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: File Upload in Custom Visual in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/File-Upload-in-Custom-Visual/m-p/337139#M9982</link>
    <description>&lt;P&gt;I'm happy to hear that&amp;nbsp;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.fabric.microsoft.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ignat Vilesov,&lt;/P&gt;&lt;P&gt;Software Engineer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jan 2018 07:48:46 GMT</pubDate>
    <dc:creator>v-viig</dc:creator>
    <dc:date>2018-01-12T07:48:46Z</dc:date>
    <item>
      <title>File Upload in Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/File-Upload-in-Custom-Visual/m-p/335971#M9933</link>
      <description>&lt;P&gt;I've had a client request come up which requires a file to be uploaded to us as part of daily operations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our users currently login to Power BI to use the reports we are providing, having a separate stand-alone&amp;nbsp;webpage/app which they also have to login to isn't ideal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am wondering if we can embed a file uploader as part of a custom visual. I have played around with custom visuals a little bit, and it is simple enough to create a form upload or ajax upload inside a custom visual but I have run into a bit of a brick wall around "&lt;STRONG&gt;No&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;'&lt;/SPAN&gt;&lt;STRONG&gt;Access&lt;/STRONG&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;STRONG&gt;Control&lt;/STRONG&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;STRONG&gt;Allow&lt;/STRONG&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;STRONG&gt;Origin&lt;/STRONG&gt;&lt;SPAN&gt;'&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;header is present&lt;/STRONG&gt;"&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;errors. At this point, I'm not sure if this is due to me doing something wrong or because the custom visual is being run out of a sandboxed iframe which has a null Origin header.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone else ever attempted anything like this? Or is this something that is not possible from inside a custom visual?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 16:50:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/File-Upload-in-Custom-Visual/m-p/335971#M9933</guid>
      <dc:creator>elliott-pd</dc:creator>
      <dc:date>2018-01-10T16:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: File Upload in Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/File-Upload-in-Custom-Visual/m-p/336422#M9949</link>
      <description>&lt;P&gt;Your backend server must allow&amp;nbsp;&lt;STRONG&gt;Access&lt;/STRONG&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;STRONG&gt;Control&lt;/STRONG&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;STRONG&gt;Allow&lt;/STRONG&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;STRONG&gt;Origin&lt;/STRONG&gt; to be used along with Power BI.&lt;/P&gt;&lt;P&gt;This requred as we use the sandboxed iframe for custom visuals.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ignat Vilesov,&lt;/P&gt;&lt;P&gt;Software Engineer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 08:00:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/File-Upload-in-Custom-Visual/m-p/336422#M9949</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2018-01-11T08:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: File Upload in Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/File-Upload-in-Custom-Visual/m-p/336692#M9968</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;for your response Ignat.&lt;BR /&gt;&lt;BR /&gt;The CORS configuration on the server was incorrect, at some point between local dev and deployment to a testing environment the CORS configuration got messed up. Having fixed that I was able to get a solution working.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 09:11:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/File-Upload-in-Custom-Visual/m-p/336692#M9968</guid>
      <dc:creator>elliott-pd</dc:creator>
      <dc:date>2018-01-12T09:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: File Upload in Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/File-Upload-in-Custom-Visual/m-p/337139#M9982</link>
      <description>&lt;P&gt;I'm happy to hear that&amp;nbsp;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.fabric.microsoft.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ignat Vilesov,&lt;/P&gt;&lt;P&gt;Software Engineer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 07:48:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/File-Upload-in-Custom-Visual/m-p/337139#M9982</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2018-01-12T07:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: File Upload in Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/File-Upload-in-Custom-Visual/m-p/3415386#M44268</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/51543"&gt;@elliott-pd&lt;/a&gt;, can you explain how you got this working? I am having a similar requirement for upload/download, but it's impossible to access the local device. Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 10:09:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/File-Upload-in-Custom-Visual/m-p/3415386#M44268</guid>
      <dc:creator>pichlerpa</dc:creator>
      <dc:date>2023-09-05T10:09:18Z</dc:date>
    </item>
  </channel>
</rss>

