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

Case Study
06 Sep, 2024

Implementation of Business Central for a Trading Organization

Customer Overview A prominent trading organization sought to enhance its operational efficiency and streamline its business processes by implementing Dynamics…

READ MORE
Blogs
03 Sep, 2024

Optimizing Code Check-ins: Ignoring Unnecessary Files for a Cleaner Azure DevOps Repo.

Introduction In this blog, we will learn about the code check-in process in DevOps. After development, unnecessary files are sometimes…

READ MORE
Blogs
20 Aug, 2024

Configure Macros in Omnichannel to improve Agent Productivity

What are Macros? Macros are a set of sequential actions that a user performs. They enable users to perform daily…

READ MORE