Morteza QorbanAlizade

Results 3 issues of Morteza QorbanAlizade

Hi, I want to show an error(like: file name exist) to user when upload a file with name exist in a directory. $scope.uploadFiles = function () { /******* I added...

How can I select (click on file) current uploaded file after finish upload?

I want to add a custom icon and subtext in a node, like this sample. ``` { 'id': 1, 'text': 'a text', 'icon': "icon", 'icon2': 'newIcon', 'subtext': 'new text' }...