I've tried with:
var data = {};
var file = {file:{name: 'Getter - Blood.mp3', path: '/user1'}};
data.push(file);
//Y tambien asi
data.file = file;
But nothing works, no error or anything, but when you print it on the screen, the new items d...
asked by
23.06.2016 / 17:40