knowledgecenter-breadcrum

Knowledge Center

14 Jul, 2020

Use BlobURL instead of DataURL

Posted on 14 Jul, 2020 by Admin, Posted in Dynamics 365

Use BlobURL instead of DataURL Blogs

Use BlobURL instead of DataURL

Introduction

In this blog, I have explained How to Use BlobURl to preview file or download file.

Problem Statement

In the browser, on web page, when we need to preview or download file then, we deal with file as dataURl which consist the content-type followed by Base64 string as file content. But, Data URL that contains base64 string, can be very large and handling it (like sending one page to another in URL) can be time consuming. Additionally, we cannot have large string in URL.

Solution

Instead of large size Base64 string to preview or download the file we can use BlobURL. Blob object contains the file content and we can use it as URL which is a BlobURL to upload/download data and also, we can used as ‘src’ to > <>> <>> <> <><>> > <><>> >> – > <>> <>> <><>>< /> <>>< /> <>>< /> <>>< /> <>>< /> <>>< /> <>}< /> <>>< /> <>>< /> <>}< /> <>>< /> <>> <>> <>> <><>>< /> <>>< /> <>>< /> <>>< /> <>>< /> <>}< /> <>> <>><>> > <><>> <>>/<>. > <>“></> </>

Comment

This is a Required Field

Loading

Recent Updates

Blogs
27 Feb, 2026

How to Use Parameters in Power BI to Connect to Microsoft Dataverse

When working with multiple environments in Microsoft Dataverse (DEV, TEST, PROD), hardcoding the environment URL inside Power BI Desktop creates…

READ MORE
Blogs
25 Feb, 2026

Power Apps Production Deployment Checklist: Best Practices for a Smooth Go-Live

Introduction In Power Apps, even a small mistake during deployment can impact users and business processes. This checklist will help…

READ MORE
PCF Ribbon Button Thumbnail
Blogs
16 Feb, 2026

Launching a PCF Control from a Ribbon Button using Custom Pages in Dynamics 365

Introduction: In Model-driven apps, PCF controls are typically embedded inside forms or views. However, unique business requirements often demand more…

READ MORE