Feature request: multiple selections in "Add NZB"

Want something added? Ask for it here.
Post Reply
tdev5
Newbie
Newbie
Posts: 2
Joined: April 25th, 2015, 1:19 pm

Feature request: multiple selections in "Add NZB"

Post by tdev5 »

Is this the right place for feature requests / suggestions?

It would be very handy to be able to make multiple selections with Ctrl / Shift / Ctrl+Shift clicking in the "Add NZB" dialog.

Thanks for all your work. :)
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Feature request: multiple selections in "Add NZB"

Post by shypike »

Nice suggestion, but as far as I know web browsers don't support this out of the box.
It would require an awful lot of extra Javascript in the web code.
I agree it's a very useful suggestion, but one for which currently time and expertise are lacking.
I could be wrong, so I'm open for suggestions.
tdev5
Newbie
Newbie
Posts: 2
Joined: April 25th, 2015, 1:19 pm

Re: Feature request: multiple selections in "Add NZB"

Post by tdev5 »

I'm not an expert at html, php, or python...but I know some stuff.

Looks like sab is using a standard file-select dialog, in

sabnzbd\interfaces\Plush\templates\_inc_modals.tmpl

the line

Code: Select all

<input type="file" id="uploadNZBFile" name="name" size="12" style="width:180px;" />
(Am I right so far?)

How about one of these?

How can I select and upload multiple files with HTML and PHP, using HTTP POST?
how can I upload multiple files at a single browse using jquery or JavaScript

I'm thinking HTML5 sounds like a good idea...
Post Reply