Filemanager icon indicating copy to clipboard operation
Filemanager copied to clipboard

Multiple file select from FileManager

Open aerbey opened this issue 12 years ago • 8 comments

It should be good if we can select multiple file from filemanager.

aerbey avatar Mar 12 '13 07:03 aerbey

see issue #41 ... it is not possible right now but you extend functionality by using https://github.com/blueimp/jQuery-File-Upload

simogeo avatar Mar 12 '13 08:03 simogeo

Hi simogeo, thanks for tip but I didnt mean about multiple file uploading, i want to be able to select multiple file from filemanager tablesorter pane, and return them by clicking select button. When i click select, filemanager will close and i will retreive the list of files that have chosen.

aerbey avatar Mar 12 '13 08:03 aerbey

Ok, sorry for my first reply. Without rewriting some filemanager sections it will not be possible. But this is a very specific need, and I will work on that.

If you work on the feature and want to give it back to the project, I'll integrate it if it does not affect the default behavior.

simogeo avatar Mar 12 '13 09:03 simogeo

I willl try to find a way, but i do not have total control on source code, it may take some time. I would be happy also if you guide me on some workaround.

aerbey avatar Mar 12 '13 19:03 aerbey

In few words ... You may be interested by http://jqueryui.com/selectable/#serialize See also http://stackoverflow.com/questions/3847604/selecting-multiple-elements-using-shift-and-mouse-click-jquery and https://developer.mozilla.org/en-US/docs/DOM/event.shiftKey#Example

Into the filemanager js code itself, you would have to implement a method to get back path and concatenate them when selected and modify selectItem function to return desired paths when clicked.

simogeo avatar Mar 12 '13 20:03 simogeo

Any update on this?

maphe avatar Apr 07 '15 10:04 maphe

Yes, recently it has explicitly been tagged help wanted.

simogeo avatar Apr 07 '15 11:04 simogeo

It would be great if someone help this.

TedyL avatar Apr 20 '16 00:04 TedyL