Skip to main content

All Questions

Tagged with
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
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
2 answers
66 views

Store very large files in mysql db

My implementation is laravel, but this could generally apply to php/mysql. I have a large file, generally about 500MB that I want to store in the database. If it helps, the file itself is a zip of ...
mankowitz's user avatar
  • 1,934
1 vote
1 answer
111 views

Trying to upload a blob image to Azure system with SAS Token, and get an Authentication error

I am using a PHP System to access to blob system and upload some image with SAS token. I can upload images correctly without SAS token, public, but private token I receive this error: ...
NewFactRevealed's user avatar
0 votes
0 answers
173 views

Subject: Azure Blob Storage - Issue with MAC Signature Mismatch in Block Blob Upload

I'm currently facing an issue with uploading block blobs to Azure Blob Storage using the REST API. I'm constructing the string-to-sign as per the Azure documentation, but I'm consistently receiving a ...
LucaSpeedStack's user avatar
5 votes
4 answers
368 views

PHP echoing an image from a MariaDB BLOB

I have a PHP/MariaDB application that has some images stored as BLOBs. I recently moved the app to a cloud hosted service and the behaviour of viewing images is broken. PHP serving a GET request for ...
Jobbo's user avatar
  • 1,378
0 votes
1 answer
123 views

Slim 4 + Angular 10 : donwload pdf api is returning empty data in angular blob response

I am trying to integration download pdf angular api with slim 4 api. I can see the response returning from the slim on browser network, but when I try to parse the response in angular it is returning ...
prisel's user avatar
  • 337
0 votes
0 answers
321 views

Saving images in Wordpress using Blob and Ajax to display them later in a gallery

I am trying to create a website (by using WordPress) where the user can take a picture of a document, which is then uploaded to the server where it is stored and later reviewed by someone (such as a ...
Krupp J's user avatar
  • 23
-1 votes
1 answer
43 views

how to save the resume to blob in php?

i cant find what's wrong with the coding, here is my coding: daftar( cucidata( $_POST["username"]), cucidata($_POST["password1"]), cucidata($_POST["password2&...
Fatihah Shuhaimi's user avatar
0 votes
3 answers
528 views

Download large file in PHP from Azure Blob Storage

I'm in the process of migrating a website offering large downloadable files (4GB and up) into Azure. I have successfully created the connection to the Azure storage account so I can retrieve the files....
Martijn Balink's user avatar
0 votes
0 answers
44 views

retrieving image form database in Blob data type

Can any one help me and tell me what am I doing wrong here, I can't seem to figure out why cant I get the signature on html page Here is the code I am working with.... <?php include('config.php'); ...
Taimur Hadi's user avatar
-1 votes
1 answer
180 views

How to play blob audio in html audio player using PHP?

I am saving blob audio in the mysql database as a blob. the format of the audio file is like this blob:abc.com/4b67d486-61e9-4db7-afbe-b693a34ea758 Its saving in the database blob format like this ...
azad chauhan's user avatar
0 votes
1 answer
412 views

How do I encode (base64) a PDF file's blob using javascript and decode in PHP to save in SQL?

I have been trying for days now to build a file uploader using AJAX and PHP. I was able to upload images without any issue. But whenever it comes to PDF, I end up with blank pages. Here is what I ...
Louis Ouellet's user avatar
2 votes
2 answers
191 views

How to display all the data of a table stored in a MySQL database in PHP

I am trying to display the data of a table containing an image in blob format, but I can only get the last inserted record to be displayed. I would like to show all the records with their respective ...
Miguel's user avatar
  • 21
0 votes
1 answer
949 views

Store Audio from Blob url to server in Laravel

I've a portal in which I'm recording user audio and I am getting a blob URL and now I want to store this blob url as a file in my database. Can anyone help me with this. This is my js code $('#upload-...
Vinay Munjal's user avatar

15 30 50 per page
1
2 3 4 5
62