O
O
olamedia.2011-06-11 04:47:58
JavaScript
olamedia., 2011-06-11 04:47:58

jquery file manager?

I am writing such a thing for jQuery as close as possible to the behavior of the explorer.

d1600ff8.png

From the worker:
Selection by click, selection with CTRL
Navigating with LEFT, RIGHT, UP, DOWN arrows
feedbd71.pngRenaming 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

6 answer(s)
R
Renat Ibragimov, 2011-06-11
@MpaK999

Oh, I wrote something similar, only simpler.
Let's upload it to github, we'll fork there

A
ajaxtelamonid, 2011-06-11
@ajaxtelamonid

So there is already elfinder.

A
akzhan, 2011-06-11
@akzhan

Hmm… check out the jwysiwyg file manager plugin. @Tudmotu is doing it, plus @alecgorge is doing the dialogue, you can try to join forces.

O
olamedia., 2011-06-11
@w999d

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">
              ....

D
Dmitry Guketlev, 2011-06-12
@Yavanosta

It is better in my opinion to make a file manager that completely copies Far or Total comander. More convenient :-)

J
John Freeman, 2016-01-12
@AsviS

Is there a source on github??? interesting to see!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question