bugy / script-server

Web UI for your scripts with execution management
Other
1.57k stars 248 forks source link

Upload multiple files #530

Open fc0712 opened 2 years ago

fc0712 commented 2 years ago

Hey,

The file upload currently only accepts single file upload. Any plans to support the selection of multiple files or perhaps a whole folder.

bugy commented 2 years ago

Hi @fc0712 to be honest no plans for it :( The only thing you could do now is to upload archived files

fnpanic commented 2 years ago

We do it like @bugy suggested. If you need more then one file zip them and let the script extract by the script. Works like a charm.

Ket3r commented 2 years ago

That's a nice workaround. I think it should be added to the wiki. @bugy I added it here in my "wiki-fork" https://github.com/Ket3r/script-server-wiki/commit/ce4a99f480015177c53a997e896e6519595ce139

Apparently you can't create pull requests for wikis? :confused:

bugy commented 2 years ago

Hi @Ket3r thanks, I added it to documentation

fnpanic commented 2 years ago

@Ket3r yes indeed it would be great to have a way to contribute to the documentation. @bugy Maybe you can add a file with the wiki contents so you can easily accept pull requests.

bugy commented 2 years ago

I'm afraid that wiki pull requests are not supported by a github. The only option is to use wiki-fork, as @Ket3r did and create a ticket for me to merge them