$.each( data.pending_files, function(index,  filename  ) {
                index = index + 1;
                var transactionFile = new File(filename, filename, index);
                fileObjs.push(transactionFile);
                var spanFile = "<span class='glyphicon glyphicon-level-up'></span>";