Skip to content

Multifile upload async scope issue #18

@digitalsadhu

Description

@digitalsadhu

Essentially what is happening is that if you select a number of files at the same time with the system file picker, the async call:

fileToDataURL(files[i]).then(function (dataURL) {
  imageResult.dataURL = dataURL;
});

results in dataURL being set only on the final image.

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