browse-everything icon indicating copy to clipboard operation
browse-everything copied to clipboard

Multi-Select with Shift+Click

Open tpendragon opened this issue 9 years ago • 1 comments

If there's a bunch of files in a folder and you don't want to upload the entire folder.

tpendragon avatar Jan 25 '16 17:01 tpendragon

That would be default browser functionality if the elements were actually options in a HTML <select multiple>, but we have them as table-rows. We should try to use actual select/options.

Ideally, we should get away from the back-end delivering HTML partials altogether and start responding in JSON, leaving rendering to the AJAX layer. We might also employ some jquery filepicker/tree-traverser that has all the bells and whistles we want.

atz avatar Sep 28 '16 23:09 atz