Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

647
Views
GridFS Binary to URL

Is there a way to convert GridFS binary to a URL that can be used on a src?

Let me explain:

When an image is stored on mongoDB by GridFS it creates to files(fs.files & fs.chunks). In fs.chunks the data is stored like so:

_id:ObjectID('')
files_id:ObjectID('')
n:0
data:Binary('/9j/4S...',0)

Exist any way to convert that binary which is an image(a jpg to be precise) into a URL valid for a HTML img tag?

Some kind of URL.createObjectURL()

By the way, I tried to pass the binary file into URL.createObjectURL() and the displayed error is the following:

TypeError: URL.createObjectURL: Argument 1 is not valid for any of the 1-argument overloads.

Thanks in advance.

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Ok, I finally find a helpful answer to my question on this other question:

Creating a BLOB from a Base64 string in JavaScript

Here, the GridFS binary which is a base64 binary is converted in to a Blob object. Then the Blob object can be easily passed through the "URL.createObjectURL()"

The function to convert the base64 to blob is provided in the answer.

I hope this is helpfull for someone else.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!