cancel
Showing results for 
Search instead for 
Did you mean: 

SAPUI5 Upload Collection error

0 Kudos

error.pngHello Experts,

Tried using create upload collection to save files in the backend.

var oCollection = oEvent.getSource();

var collectionPath = "/HeaderSet('000000399546')/AttachmentSet";

var oTemplate = this.byId("UploadCollection").clone();

// oCollection.addItem(oItem);

oCollection.bindAggregation("items", {

path: collectionPath,

template: oTemplate

});

getting attached error

Thanks,

Karthik

Accepted Solutions (0)

Answers (0)