Coder Social home page Coder Social logo

Comments (8)

joni2back avatar joni2back commented on May 21, 2024

Hi @vikaskuppili1 the app does not work with nested directories .. Each request must return the list of files and dirs of the current directory... (Take into account if the nested structure is much deep, the request-response sime could be very long).

So, the API doc for listing is the following https://github.com/joni2back/angular-filemanager/blob/master/API.md#listing

Regards

from angular-filemanager.

vikaskuppili1 avatar vikaskuppili1 commented on May 21, 2024

hm okay but where as the example is showing directories with in directories how is that happens

from angular-filemanager.

vikaskuppili1 avatar vikaskuppili1 commented on May 21, 2024

the tree structure directories containing files

from angular-filemanager.

vikaskuppili1 avatar vikaskuppili1 commented on May 21, 2024

angular-filemanager

in that it is showing wp-admin ,.... in blog na

from angular-filemanager.

vikaskuppili1 avatar vikaskuppili1 commented on May 21, 2024

ok got it every request must be list of directories and files of the current directory

okay then in what way i have to send the json such that it should be sub directory of some other director where should we have to indicate that in json

from angular-filemanager.

joni2back avatar joni2back commented on May 21, 2024

No one, the tree navigator have a smart piece of code to make that..
https://github.com/joni2back/angular-filemanager/blob/master/assets/js/filenavigator.js#L47
To inspect with developer console, just run
angular.element(document.getElementsByTagName('div')[0]).scope().fileNavigator.history

from angular-filemanager.

vikaskuppili1 avatar vikaskuppili1 commented on May 21, 2024

how it is deciding one folder is subfolder of the other , in order to do that in what way we have pass the json input stating that this is subfolder of that (x) .can be plz given given example json send request example

from angular-filemanager.

vikaskuppili1 avatar vikaskuppili1 commented on May 21, 2024

okay got the solution we have to read the path from the post json data and send the required directories and file of that current directory accordingly

Thanks

from angular-filemanager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.