Hello All,
I'm developing a app which has a functionality of downloading any file chosen.
But I'm Facing issue with download function on Mobile as well as on tablet (I do have a launch function which is working but I want to use it has a backup).
So I'm trying to get something out of Base64 String.
So I'm getting base64 string of any file type, So my question is How to Download a file having it's Base64 string?
Best Regards
I was looking for an answer to this and couldn't find anything.
After messing around in PowerApps a bit it turns out if you create an attachment control and set the items similar to below it will download straight from the control:
Edit:
After looking at this and using it a little more one thing to be aware of is the Name and Value in the controls advanced settings:
I found that mine kept defaulting the Value back to DisplayName which wont work so you just need to make sure these are set correctly
Hi @Abhishek_Shinde ,
You need to generate an actual file somewhere, like in OneDrive or SharePoint library, then you will be able to use Download() function. The Download function only accepts URLs as input parameter.
Hope this helps.
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.