-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
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.
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
Labels
No labels
