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.

-1 votes
1 answer
86 views

Saving an image to a SQL Server

I wish to save an image to a SQL Server database. The image is loaded into a DevExpress picture box, and can find the full path and name of the image using filename = userPicture(...
Clamont's user avatar
  • 11
0 votes
0 answers
36 views

Is there any means of converting a blob file saved in MySQL database back to PDF

I have a python program that writes a file, then convert the file into a pdf. the pdf file will be converted to blob file so that it can be stored into MySQL database. I then want to view information ...
user24367451's user avatar
0 votes
2 answers
70 views

Maximizer SQL data export

I'm trying to export a specific column within the database to a file. The column contains BLOB data, saved by the Maximizer Outlook addon. From what I have researched it seems that the column, a ...
user24353131's user avatar
0 votes
0 answers
20 views

Image File gets wrong when changing into blob

fetchFileApi(src).then((response: AxiosResponse) => { try { const blob = new Blob([response.data], { type: response.headers["content-type"], }); ...
Comet's user avatar
  • 73
2 votes
0 answers
73 views

Byte array transfer through echo framework to JS blob

I'm trying to pass the result of a google text to speech api SynthesizeSpeech.audio_content to frontend throught echo framework (golang). resp, err := client.SynthesizeSpeech(c.ctx, &req) if err !=...
MikaAll's user avatar
  • 165
0 votes
0 answers
44 views

Get PDF metadata from a blob

I have a blob in Flutter code that contains a PDF. I would like to get two items from this blob: the file name and its title. I saw several tips on how to get it from a physical file already saved on ...
Willian Lopes's user avatar
0 votes
0 answers
28 views

Passing Audio From Server To Frontend

I have a web application running in node. I am web scraping data on my backend and want to be able to grab audio files from a third party and pass them to my client. I am using the fetch-cookie npm ...
ryebread's user avatar
0 votes
0 answers
40 views

the param of max_allowed_packet don't enffective in mysql

this is a insert sql demo of longblob, i have some questions. read the follow code for details import java.sql.*; public class InsertTestData2 { public static void main(String[] args) { ...
menghe's user avatar
  • 11
0 votes
0 answers
38 views

PDF not recognized as PDF when opened in _self

In my Blazor project, I utilize JavaScript for managing file downloads and displaying PDFs. I transfer a BLOB via interop to JavaScript and subsequently open the browser's PDF viewer. This process ...
DaGa's user avatar
  • 63
0 votes
0 answers
12 views

Download blobs as batch

Can I download the blobs in batches? For instance, if I have 1000 files, can I segregate them into 10 batches, with each batch containing 100 files? I want to call the function or method only 10 times ...
MUTHARASU ARCHUNAN's user avatar
0 votes
1 answer
187 views

Downloading data from blob url and convert to base64 .Net6

I have a blob url which contains a pdf. I want to get that pdf and convert it to base64. The url is something like this: blob:https://seller.walmart.com/51339eb8-5d7b-49a5-8f7b-258d88bc15f0 and it is ...
aoiTenshi's user avatar
  • 599
2 votes
2 answers
83 views

Select only "parent folders" in Azure container using powershell

I have an Azure container, this container contains folders (that also contain subfolders and files) and files. I just want the "parent folders" so just the folders i see when i open my ...
QuestionMan's user avatar
0 votes
0 answers
80 views

Vercel blob | Refresh | Download not working in production

I have created a Vercel Blob store and linked it to a Next JS project. Once the upload or deletion happens. I am calling router.refresh() method. I am importing the method from next/navigation. The ...
Jagannadh Peddinti's user avatar
0 votes
1 answer
847 views

How to properly send a blob or file as api response in next 13

I am trying to send a blob (will be a file from another API in future) as the response for a api call in next13 api routes. My handler goes like: export default async function handler(req, res) { ...
Anandu Babu's user avatar
0 votes
1 answer
172 views

Vercel Blob storage with NextJS 14 server action unexpected behaviour

I am creating an application as a hobby to learn NextJS. I am currently trying to work with Vercel Blob storage and I have been able to upload images using the template listed in their documentation. ...
Bindo Thorpe's user avatar

15 30 50 per page
1
3 4
5
6 7
522