Hi Rob,
Check out the response from server once the upload is completed . I assume the response is returning null value that's the reason there isn't anything uploaded
uploadComplete: function (oEvent) {
var sResponse = oEvent.getParameter("response");
console.log(/^\[(\d\d\d)\]:(.*)$/.exec(sResponse)); //Check for response
}
Note : Check the console for any error
Regards,
Ajain