Images only · max 2 files · 1 MB each

Try a non-image or a third file to see rejection messages.

Important JavaScript

new Dropzone("#limits-form", {
  acceptedFiles: "image/*",
  maxFiles: 2,
  maxFilesize: 1,
  autoProcessQueue: false,
});