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

211
Views
file upload with Ckeditor(Using NodeJs and Mongoose)

So i wanted to integrate a Ckeditor in my wwebApp. I'm using NodeJs, Express ad Mongoose. I want to have something like a link that goes to a file that's stored in my database

Can't find how to configure my upload file URL. I found this in their website :

config.filebrowserUploadUrl = '/uploader/upload.php';

But i don't understand how to configure the uploader

Thanks for your help

about 4 years ago · Santiago Trujillo
1 answers
Answer question

0

I could find a solution by adding upload care. Here's how i did it if it can help someone:

added the Uploadcare plugin from here : https://github.com/uploadcare/uploadcare-ckeditor (Everything is explaned )

added this script:

UPLOADCARE_PUBLIC_KEY = 'demopublickey';
  CKEDITOR.replace( 'editor1' , {
      extraPlugins: 'uploadcare',
      uploadcare: {
          multiple: true
      }
  });

And now i'm very happy :)

about 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!