Skip to content

<input multiple /> only fires once in 2.2.0, works fine in 2.1.3 #606

@MarcusRiemer

Description

@MarcusRiemer

I basicly copied over the simple example to my machine and was puzzled, that I could only select files from the "multiple" input element once. The first time I selected the files they were put into the transfer queue, all subsequent times they were "left" in the element.

screenshot_20160304_135954

After the initial selection no further example events were fired:

uploader Object { url: "api/photoUpload.php", alias: "file", headers: Object, queue: Array[0], progress: 0, autoUpload: false, removeAfterUpload: false, method: "POST", filters: Array[2], formData: Array[0], 17 more… } page-angular.js:358:3
onAfterAddingFile Object { url: "api/photoUpload.php", alias: "file", headers: Object, formData: Array[0], removeAfterUpload: false, withCredentials: false, method: "POST", uploader: Object, file: Object, isReady: false, 9 more… } page-angular.js:328:5
onAfterAddingAll Array [ Object ]

I then checked which version ran the samples, downgraded to 2.1.3 locally, and it immediatly worked. I observed this behaviour using Mozilla Firefox 44.0.2 and Chromium 48.0.2564.116 on Arch Linux.

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