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

292
Views
How to get mimeType from HTMLImageElement?

I checked MDN docs about HTMLImageElement.

But i couldn't find any information about mimeType.

I was able to find few docs about how to get mineType from File Object

But i need to get mimeType from url string

In my javascript logic i actually load the source to create Image object.
I hope i can find mimeType from this.

       const image = new Image();
       image.addEventListener("load", () => callBack(image));
       image.src = url;
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Convert image to base64. The base64 string has mime type in the start. Extract mime type from that string. Check the below links.

Convert image to base64

https://www.codegrepper.com/code-examples/javascript/how+to+convert+image+to+base64+in+javascript

Extract mime type from base64

How to get MIME-TYPE from Base 64 String?

Regards, omi

about 4 years ago · Juan Pablo Isaza 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!