JQuery Folder Manager Plugins?

Does anyone know of a jQuery plugin that supports file folder management? I already have the ability to upload files, now I want to give users the ability to organize files into folders?

+2
source share
1 answer

jQuery File Tree is a custom AJAX browser plugin for jQuery. You can create a custom fully interactive file tree with a single line of JavaScript code.

dnamique blog has a rail connector for this plugin and sources and demo about it.

+1
source

Source: https://habr.com/ru/post/945200/


All Articles