Answer the question
In order to leave comments, you need to log in
jquery file manager?
I am writing such a thing for jQuery as close as possible to the behavior of the explorer.
From the worker:
Selection by click, selection with CTRL
Navigating with LEFT, RIGHT, UP, DOWN arrows
Renaming by F2
Drag and drop files from the desktop (Chrome)
Drag and drop files and folders inside another folder (one by one)
Deselection by clicking outside.
Go to a folder by double clicking
Saving a list of files and folders by Ctrl+C in the session
Deleting files and folders by DEL
Creating a folder by CTRL+ALT+N (CTRL+SHIFT+N is reserved by the browser)
Going up the BACKSPACE
Question, anyone willing to help? Maybe someone else needs it.
Answer the question
In order to leave comments, you need to log in
Oh, I wrote something similar, only simpler.
Let's upload it to github, we'll fork there
Hmm… check out the jwysiwyg file manager plugin. @Tudmotu is doing it, plus @alecgorge is doing the dialogue, you can try to join forces.
briefly
api/clipboard
api/upload
api/createFolder
api/listHtml
api/file/$id/rename, post[name]
api/folder/$id/rename, post[name]
api/file/$id/delete
api/file /$id/moveTo/$folderId
api/folder/$id/moveTo/$folderId
api/folder/$id/delete
output without javascript initially (in view mode, following links)
required format
<ul id="%folderid%">
<li [class="folder"] id="%fileid%|%folderid%">
<a [class="selected"] href="/path/to">
....
It is better in my opinion to make a file manager that completely copies Far or Total comander. More convenient :-)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question