angular-filemanager
angular-filemanager copied to clipboard
JavaScript File Manager Material Design Folder Explorer Navigator Browser Manager in AngularJS with CSS3 Responsive (with FTP in PHP / Java / Node)
The code and the overall aspect of the application is great, but the documentation is not clear enough to reach a simple starting point. There's no clear explanation of the...
I'm working with a Hosting Control Panel called VestaCP. They have a paid for addon for a file manager however I would like to integrated Angular-FileManager into it for the...
I'm the core architect of 2sxc (https://github.com/2sic/2sxc) which is an extension to DNN (a popular .net CMS). I'm considering using the angular-filemanager, as everything we did in 2sxc is now...
How can I use JWT authentication in the project, before to get to the dashboard, go through a login?
The "right click" is not working for apple (iphone7 and ipad pro). After selecting the folder and holding down on the folder no, response.
I try to add chmod feature to handler.php, but when i change permission, Request::getApiParam('perms') is blank, like this: ` $perms = Request::getApiParam('perms'); ... throw new Exception("Unknow Error: " .$perms );...
When selecting copying or moving destination, e.g. the selected destination is "/data/2016", in selector-controller.js ``` $scope.select = function(item) { $rootScope.selectedModalPath = item.model.fullPath().split('/'); $scope.modal('selector', true); }; ``` the $rootScope.selectedModalPath is ["",...