Skip to main content

Questions tagged [blob]

A BLOB is a collection of binary data stored as a single entity in a database management system.

0 votes
0 answers
21 views

Varbinary (MAX) to PDF with PHP

I am a novice and looking for a little guidance. Pulling PDF file stored as a BLOB (Varbinary(MAX)) without compression or encryption from a SQL server and trying to recreate the PDF file with the ...
kcarey's user avatar
  • 3
0 votes
0 answers
12 views

What is the meaning of frame-src 'self' blob:?

I want to restrict my site to blob: only from its own origin. I thought frame-src 'self' blob: would do that but checking on checked on CSP evaluator the results are: It shows 'self' & blob. ...
Vaishali this side's user avatar
0 votes
0 answers
20 views

How mock Blob using jest and jest-fetch-mock

I am using React, and RTK Query and trying to write tests, checking correct downloading files, using jest and jest-fetch-mock. test('should download correct file', async () => { const text = '<...
Sergey Krylov's user avatar
0 votes
1 answer
25 views

What is the meaning of 'self' blob:?

I want to know what the difference is between blob: vs 'self' blob:. Will 'self' blob: pass all blob or just source from self? Use case: Export functionality for my application is failing and adding '...
Vaishali this side's user avatar
-3 votes
0 answers
48 views

How do I download CSV files with URLs starting with "blob"? [closed]

I am trying to automate the download of the csv files located on this page https://indexdata.six-group.com/swiss_reference_rates/other_terms.html (column: Historical Values). When looking at the url ...
user2177166's user avatar
-1 votes
0 answers
29 views

How to make blob and object url in laravel?

I have a laravel application and i want to use blob url to show videos instead of the urls that are saved in the database I mean i want to get the files from the url and convert them into blob url but ...
taha's user avatar
  • 21
0 votes
2 answers
47 views

ORA-22921: length of input buffer is smaller than amount requested

While I was working with a table containing a BLOB column: SELECT id FROM table WHERE blob_column LIKE '%something%'; ...I got the following error: ORA-22835: Buffer too small for CLOB to CHAR or ...
zb226's user avatar
  • 10.2k
0 votes
0 answers
22 views

Website from zip file renderer - problems with nested dependencies from blob

I have been working on a solution to render a webpage (with dependencies etc) from a zip file. I have gotten sofar that it renders most things relatively well, But inline scripts that fetch yet other ...
calipea's user avatar
-1 votes
1 answer
31 views

Does SQLite3 compress data

Trying to hack a .db save of a game, here is where one piece of data that should read: 2f 47 61 6d 65 2f 4d 61 70 73 2f 4c 65 76 65 6c 30 31 2f 4c 65 76 65 6c 30 31 5f 4d 61 69 6e 2e 4c 65 76 65 6c 30 ...
Kazzit's user avatar
  • 39
0 votes
0 answers
19 views

Construct a Blob without MIME Type?

I use a nodejs public API that allow me to send some attachments in a chat. This public API ask me a Buffer and construct a Blob from my provided buffer, just like that : body.append('attachments', ...
polozer's user avatar
  • 56
0 votes
1 answer
30 views

How to copy blobs from azure to aws using python?

For example im copying this specific file "container/dir/test1.txt" in vs code, but im unable to find a solution which does not require to download the file locally or in chunks... I tried ...
SINCHANA's user avatar
0 votes
0 answers
11 views

Webm file downloaded from user's microphone does not have duration metadata [duplicate]

I am trying to record the user's microphone, and then send it to an API. I did the code for the recording, and it works well, but when I send it to the API, it says that it does not have a duration. ...
einazare's user avatar
0 votes
1 answer
54 views

Not able to show a pdf / image from binary data in MSSQL using PDO LOB

I go MSSQL database which contains attachments - most of them are PDFs. I want to create simple website, that will display attachment after clicking a button. I got main website prepared (there are ...
nequ2k's user avatar
  • 21
0 votes
1 answer
61 views

Download and view images from Cloudflare R2

I am working on Sveltekit app using Typescript and want to display the images from R2, using workers R2 API, in the custom image component. The following is the .svelte code <script lang="ts&...
Agraj Agranayak's user avatar
0 votes
1 answer
53 views

How to Download a CSV File from a Blob URL Using Selenium in Python?

I'm trying to automate the download of a CSV file from a Blob URL on a dynamic website using Selenium with Python. The CSV download is triggered by clicking a button, but the button click generates a ...
rischan's user avatar
  • 1,585

15 30 50 per page
1
2 3 4 5
515