Skip to main content

All Questions

Tagged with or
Filter by
Sorted by
Tagged with
1 vote
0 answers
251 views

A couple of days ago, I suddenly got file corruption errors trying to push to a git repository. After longs days of debugging I found out that my git installation seems to sometimes produce broken ...
Harth Tuwist's user avatar
1 vote
1 answer
53 views

Where does :image come from? class Car < ApplicationRecord belongs_to :vendor has_one_attached :image end It works. I can use :image in my controller and within the views: params.expect(car: [...
mewi's user avatar
  • 791
1 vote
1 answer
131 views

I'm currently stuck with the pdf view using ngx-extended-pdf-viewer (version 24.2.4). I'm currently using material dialogs and passing the file to it, from one dialog to another. <div class="...
Antonio Marco D'Addetta's user avatar
0 votes
1 answer
61 views

I am trying to upload json data as a text file to SharePoint with javascripts stingify method using either blob or array buffer, but I keep getting only the first 37kb of the content saved. This is ...
Beruken's user avatar
1 vote
1 answer
133 views

Using Node Js Multer I am uploading an image to the database as a blob. This happens from javascript ajax xmlhttp request to express js endpoint. index.html uploading image request input....
Jkk's user avatar
  • 11
0 votes
0 answers
44 views

I'm using an Azure Function on the Consumption Plan. I'm also using a BLOB trigger and have added several thousand blobs to a container. Each operation of the Azure Function typically takes between 2 ...
Mark A Johnson's user avatar
2 votes
1 answer
342 views

I'm trying to extract a large number of files stored in a BLOB column in a SQL Server database. The files are being saved correctly to a directory, but after processing approximately 30,000 files, the ...
Stefan van Roosmalen's user avatar
0 votes
1 answer
227 views

I have a storage account with a blob container. I have created a lifecycle management to filter blobs created 1100 days ago and delete them. For some reason the execution of this task didn´t work as ...
Javier H's user avatar
1 vote
0 answers
63 views

I am under R (the statistic tool, rev 4.2.3 under Rstudio on Windows 10, with Rtools 4.2) and I access an Oracle Database with RODBC (I haven't Roracle, but if it could solves my problem, I can ...
Syl33's user avatar
  • 119
0 votes
1 answer
45 views

We have some swagger-ui.js code generating a download link to a png image delivered from a REST API call. The download link is generated by the swagger-ui.js code: var binaryData = []; binaryData.push(...
G. Cuthbert's user avatar
0 votes
3 answers
55 views

Is there is an JavaScript method (library, framework) for storing data (.xml, local data, etc..) for more expansive THAN the LocalStorage uses. (5MB) I thought that LocalStorage could possibly expand ...
Evolution Studios's user avatar
0 votes
1 answer
235 views

I am trying to connect to my meteor application with Azure to use blob storage following this tutorial: https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-javascript-get-started?tabs=...
Tristan Nguyen's user avatar
0 votes
1 answer
75 views

I have this table (Image_uploads) with the following columns and data types: NAME -VARCHAR2(256 BYTE), MIME_TYPE -VARCHAR2(128 BYTE), DOC_SIZE -NUMBER, DAD_CHARSET -VARCHAR2(128 BYTE), LAST_UPDATED -...
Dami's user avatar
  • 11
1 vote
2 answers
54 views

How to call a stored procedure from SQL*Plus with blob input parameters? Below a sample of the SP to be called: procedure p_dummy_proc (sessionId varchar2, accountId integer, lobData blob, oId out ...
Alessandro Cucina's user avatar
0 votes
0 answers
81 views

I'm using the Google Drive API (Google.Apis.Drive.v3) to export Google Workspace files (Docs, Sheets, etc.) into specific MIME types using the Files.Export method. However, the downloaded file does ...
NAGARAJA H I's user avatar
0 votes
0 answers
135 views

I am working on a React project where I need to crop, rotate, zoom, and resize images, including animated GIFs. I am using react-easy-crop for cropping and the Canvas API to generate the final output. ...
Sun's user avatar
  • 41
0 votes
1 answer
62 views

I have done Snowpipe before for a azure Blob before, but since it was private I had access to tenant_id and all authentications. Maybe the question seems backward but when a storage is public, Can we ...
MinaB's user avatar
  • 41
0 votes
0 answers
47 views

I am trying to attach a pdf file to an invoice. The pdf comes to me as a base64 value that I store in a table as a clob. I then try to convert the base64 clob to a blob. DECLARE l_base64_clob CLOB; ...
Acroyear's user avatar
  • 1,461
1 vote
1 answer
490 views

I've been building an ASP.NET Core Web API that calls Azure Blob Storage to upload and download a file. Code is very simple so far: BlobContainerClient containerClient = await _blobServiceClient....
VCore's user avatar
  • 158
0 votes
1 answer
120 views

I have a BLOB column in one of the tables and it basically stores the following format data in BLOB format [ { INVOICE_ID => 503457986, }, { } ] Now I'm trying to fetch ...
BMD's user avatar
  • 629
0 votes
0 answers
30 views

I read a pdf file from computer then convert to base64, then using window.URL to create a url and view it via PDFJS, but some images on the pdf file were lost, this is my code: const fileReader = new ...
con_meo_Free's user avatar
0 votes
0 answers
53 views

I'm trying to download a ZIP file from a backend API that returns the ZIP binary as a string. If I do this: curl --location 'https://backend-endpoint.com/get-file' >> test.zip it creates a ZIP ...
splunk's user avatar
  • 6,867
0 votes
2 answers
842 views

I am trying to upload an image into APEX (Version 24.2) and store it in a BLOB column (Product_Image) in the PRODUCTS table. I also have the MIME type, filename, and last updated columns properly set ...
Nicholas Majcher's user avatar
0 votes
1 answer
149 views

I need to upload a stream from the browser's network. The current approach involves uploading the stream for processing, and only if it's valid, it proceeds with the regular flow. Since the stream can ...
Renya Karasuma's user avatar
0 votes
1 answer
26 views

When I write this code to show image filename for the alt : <img class="card-img-top" alt="<%= store.main_image.filename %>" draggable="false" src="<%= ...
John Sall's user avatar
  • 1,173
1 vote
2 answers
54 views

How to handle binary file or xlsx as a response from angular ionic. I have done this but I am getting error on when I return the get method. HTML file: <ion-button color="primary" expand=...
keshav godani's user avatar
0 votes
0 answers
74 views

I am trying to load/download the audio file from the URL, create an HTML audio tag, and play it. Everything works fine. The audio will download without any issues from the URL and then play ...
Ali's user avatar
  • 1,058
0 votes
0 answers
99 views

I am working on optimizing a table that currently stores BLOB data in a VARBINARY(MAX) column. The current table structure looks like this: CREATE TABLE bigData ( Id INT NOT NULL PRIMARY KEY, ...
cvika7's user avatar
  • 39
-1 votes
1 answer
105 views

I am trying to set the metadata for the blob through Rest API in Informatica application integration i have uploaded on the container. Could you please help me with the details I need to pass in the ...
Mitali's user avatar
  • 1
2 votes
1 answer
313 views

I git push a repo and having this error: remote: - GITHUB PUSH PROTECTION remote: ————————————————————————————————————————— remote: Resolve the following violations before pushing again remote: ...
Ooker's user avatar
  • 3,404
1 vote
0 answers
100 views

I'm developing a Tampermonkey userscript to capture audio from a webpage using the MediaRecorder API. The script successfully records audio and creates a Blob with the MIME type audio/webm;codecs=opus....
Ex-Opera's user avatar
0 votes
1 answer
88 views

What I want: a Google Sheet that generates pdfs, saves the PDFs to your GDrive, and then sends you a single email with all of the pdfs attached. What I've been able to do: Generate PDFs Save the PDFs ...
Yoko's user avatar
  • 37
0 votes
1 answer
72 views

For example, let's say I want to search through my 3 projects > many buckets > many csv files > field that includes 'name' > for the value 'Bob'. So far I have the following code: import ...
Bishop's user avatar
  • 11
0 votes
0 answers
108 views

I am trying to replace images in a firebird database using Firedac and delphi 11. All fields do get updated but the image fields IMAGE and IMGTHUMB do not change. When adding new records the similar ...
Bennie Coetzer's user avatar
1 vote
0 answers
23 views

Cause: Incorrect data types or column count mismatch when inserting rows. Solution: Verify that the row data matches the container schema. For Blob type, ensure the binary data is passed as a ...
Thomas Richard's user avatar
0 votes
1 answer
192 views

I'm working on a YouTube playlist audio downloader and have run into a snag (see below). I have no problem downloading the audio for one video; I simply pipe the stream to the response: ytdl(info....
Rob Gravelle's user avatar
0 votes
0 answers
64 views

I know there are similar question on Stackoverflow that's already answered. But It did not fix my bugs, so Please Let me ask here. I'm trying to make a proxy in PHP. My code is worked in my local ...
もぐもぐぷりん's user avatar
0 votes
0 answers
86 views

I would like to insert my file (csv) into a BLOB column (Oracle), I use a Korn Shell script to call an insert sql script via a SQLPLUS statement. my problem is that I don't know how to pass my file as ...
user22972259's user avatar
1 vote
1 answer
84 views

I have PDF files in an Azure Blob Storage container that's set to private, so no public access is allowed. I want to ensure that users can only access these PDFs after logging in with their Office 365 ...
user avatar
1 vote
1 answer
138 views

I need to store PNG files as blob/binary in the database and then be able to retrieve and show them. Here's my model that has a binary field to store the image: class ImageFile(models.Model): file ...
Sadra Saderi's user avatar
2 votes
1 answer
99 views

Using the Azure blob storage SDK I am using the BlobLeaseClient acquirelease method and passing in 15 seconds. However if I kill the process after acquiring the lease the lease remains even after the ...
Dave L's user avatar
  • 57
0 votes
1 answer
95 views

I have a situation where I have a list of items each represent a file. All these files can be fetched from a backend as blobs. I want to have links in the frontend when user clicks should be able to ...
binga58's user avatar
  • 89
0 votes
1 answer
225 views

I use a chrome browser extension to parse a webpage that stream a video from a .m3u8 URL. Is it possible to use the blob URL from the video element to find the source .m3u8 URL? Here is an example of ...
Ceznex's user avatar
  • 1
2 votes
2 answers
331 views

I'm having some trouble loading an audio file in WAV format returned from the backend as a Blob in Angular. I have in my services the following: getFileBlob(uniformName: string, path: string) { ...
Vladyn's user avatar
  • 583
0 votes
1 answer
76 views

Have a requirement of storing/retrieving bytes as a blob in SQLite3; The column definition in as follows:"bytes_as_blob " BLOB, Byte data is stored in the table using the following construct ...
rahul's user avatar
  • 416
0 votes
0 answers
28 views

how to compare two blob colomns on the same table ? For example: PIC1 contains a picture of a bridge taken from 5 meter distance, whereas PIC2 contains a picture of the same bridge taken from 10 meter ...
padjee's user avatar
  • 265
0 votes
2 answers
365 views

In my Angular program, have a class called myObj and an array called myArrayObj, that contains many instances of myObj. I am currently storing it into Blob and write into file, as shown below. ...
simon thismyvoice's user avatar
0 votes
2 answers
264 views

I have a SAS token for a specific folder, which in itself of course has more folders and blobs. I am looking to create a Service or Container client to allow me to iterate on the folders/blobs in this ...
Dave L's user avatar
  • 57
1 vote
1 answer
81 views

I have a backend service writted in Java that will power the vue frontend app. I need to start the download of a file when it will be provided from the backend. At the moment I've noticed that the ...
newbiedev's user avatar
  • 3,688
0 votes
2 answers
65 views

In my React project I have a google oAuth API which I'm retrieving the google image url from the response: const userInfoResponse = await axios.get('https://www.googleapis.com/oauth2/v3/userinfo', { ...
programming_ritual's user avatar

1
2 3 4 5
156