name needs to be escaped
CarstenLeue opened this issue · 0 comments
CarstenLeue commented
in "app.js" the filename needs to be escaped
var createResourceUrl = baseTenantUrl + '/' + resourceService + "?name=" + file.name;
using
encodeURIComponent(file.name)