Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Resources with blob:https

Post Reply
Fvert
Posts: 19
Joined: Fri Oct 22, 2021 10:22 am

Resources with blob:https

Post by Fvert »

I don't understand how to get images with a blob:https link into a TStream . Please help, none of the methods are working for some reason. Preferably a method, if it exists at all, without opening new bookmarks in the browser, I'm using ConsoleBrowser as a basis.
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Resources with blob:https

Post by salvadordf »

Hi,

I've never tried to download a blob image directly and I would need a lot more details to be able to help you.

However, most of the issues related to blobs are caused by incorrect handling of popup windows used to download a file.
Try to download that image with the TabbedBrowser2 demo.
Post Reply