Skip to content

While images are uploading main thread is blocking #2279

Description

@bugracoskun

Hello,
I try to upload images via Dropzone. I upload photos in groups of 3.
My config is like below:

this.dropzone = new Dropzone("#dropzone-form", { url: window.DroNetConfig.api + "/multiImageUpload", paramName: "files", maxFilesize: 30, maxFiles: 3000, acceptedFiles: ".png,.jpg", autoProcessQueue: false, uploadMultiple: true, parallelUploads: 3, disablePreviews: true, addRemoveLinks: false, clickable: true, createImageThumbnails: false, resizeWidth: that.qualityWidthSize, } ...

But while sending every image group, UI is block and can't click anything. How can i resolve this problem? Is it a bug or am i do something wrong?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions