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

110
Views
dropzone remove exif data before upload

I'm working in a image uploader using dropzone.js. Images are posted to my backend by a route protected by AWS WAF.

The problem is that WAF is blocking many images because it detect some kind of sql code in the exif data.

After hours of reading, I figure out that I need to remove the exif data before upload the images.

Currently I'm stripping the exif data in my backend after upload, so remove it before upload should not be a problem.

Do you know a way to do this with dropzone?

This is how I initialized my dropzone

var myDropzone = new Dropzone("div#dZUpload", { 
        url: "{{ route('image.upload', $id) }} ",
        method: "post",
        autoProcessQueue: true,
        resizeWidth: 1920,
        resizeHeight: 1080,
        parallelUploads: 1
    });

Thank you guys!

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!