PCF: FileUpload to Base64String

PowerApps Control Framework (PCF) is a framework that helps programmers make custom controls and use them in a Dynamics CRM environment. Even though the framework is still in the preview stage and might be changed in the future, I couldn't help myself to try this.

The control that I made is a control that has an input file and one save button. Once you choose the image click Save. It will convert the image into Base64 String and will update the content into the attribute that binds it.

File Uploader demonstration

Shout out to all these links that help me understand PCF better:

You can check my custom control in my github repository.

Leave a comment

Your comment is sent privately to the author and isn't published on the site.