Building A Frontend File Manager
Permalink
I have developed a file manager app in php and extjs, I am working to port the backend to concrete5 but have come across some issues. The files are folders for the app have to be multi level. Originally I set out to use sets as folders but due to the fact that sets within sets is not possible an alternative is needed. My current solution would be to create an attribute with the virtual path of each file and then use this data to construct the tree view on the frontend.
I am looking for any suggestions regarding better ways to accomplish this.
Regards Frazer
I am looking for any suggestions regarding better ways to accomplish this.
Regards Frazer
You didn't really provide much specifics of what the actual goal of your app is, so this may not be applicable, but you might also want to think about doing away with the hierarchies and just stick with C5's file sets -- or maybe just simplify your interface so there can only be a single level of folders, and each of those folders is a file set.
Good luck!
-Jordan