Skip to content Skip to sidebar Skip to footer
Showing posts with the label Blob

Html5 Video Blob On Ios 9

Loading a video (mp4/H264) to a blob through xhr, then using such blob as the source for an HTML5 V… Read more Html5 Video Blob On Ios 9

How To Render A Blob On A Canvas Element?

How to render an image blob to a canvas element? So far i have these two (simplified) functions to … Read more How To Render A Blob On A Canvas Element?

How To Protect The Azure Blob Storage Urls From Being Retrieved By Anyone Using Developer Tools

I have to save images/videos in azure blobs and then use them in my site. After doing some research… Read more How To Protect The Azure Blob Storage Urls From Being Retrieved By Anyone Using Developer Tools

Entity Framework Reading Blob Data Into Html Img

I am trying to read blob data into an html image object. I want to avoid any file creation and hand… Read more Entity Framework Reading Blob Data Into Html Img

How To Display An Blob Image Stored In Mysql Database?

I am trying to display the last 5 images uploaded to my 'store' table in MySql. I'm a c… Read more How To Display An Blob Image Stored In Mysql Database?