SAP Community
About lucy-dev
lucy-dev
Discoverer
Member since
2020 Jul 28
User Statistics
2
Posts
0
Solutions
0
Kudos given
0
Kudos received
Options
Report User
User Activity
Posts
Replies
Problem with UploadCollection when multiple: true
2020 Jul 28
Hello, I've been trying to use UploadCollection with multiple: true. Before when it was false everything worked fine but since changing to true it started to give this error. I thought it was in uploadComplete but I commented the code inside and...
Re: Problem with UploadCollection when multiple: true
2020 Nov 30
handleUploadComplete (oEvent) { //ommited initializations etc var fileReader = new FileReader(); fileReader.onload = function(oEvent) { //put something inside an array }; fileReader.onloadend = function(oEvent) { ...