rwilson504 / PCFControls

Reusable PowerApps Control Framework (PCF) controls.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I ❤ File Uploader - Firefox, not so much

ArtKarp opened this issue · comments

commented

I have built an app that includes file uploader. I use a button, to turn on a toggle, that sets a var, to open the window to pick the file I want to upload. It works in chrEdge, no problem. In Firefox, I have added a PopUp exception for "https://apps.powerapps.com". However, if Block All PopUps is enabled, it doesn't work. If I disable the block all, it works.

I have searched for any other type blocking setting, but haven't found anything else.

Any suggestions?

Hey Art,

The PCF controls are actually not loaded fom app.powerapps.com they are from docserverpaaprodeus.blob.core.windows.net. Can you try adding *.blob.core.windows.net to your popup blocker.

Thanks,

Rick

commented

@ArtKarp Thanks for providing your own tech support on this one Art.

For this to work in Firefox you will need to add https://pa-content.azureedge.net to the list of exception for the popup blocker.

commented