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

288
Views
How to get base64 only text in angular

I have an angular file upload component, where I want to get the base64 and save it. So far it works, but my base64 starts like this:

"data:application/pdf;base64,JVBERi0xLjQKJfbk/N8KM......."

is there anyway to only get the code and not the data:application/pdf;base64 etc.

Here is my code:

  uploadFile(files: FileList | null): void {
      if(files){
        const file = files.item(0)
        const reader = new FileReader()
        reader.readAsDataURL(file)
        reader.onload = () => {
        this.documentsArray.push({documentType: this.form.controls.dokumentType.value, fileBase64: reader.result,fileName: file.name})
        console.log(this.documentsArray)
        }
      }
    }
about 4 years ago · Juan Pablo Isaza
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!