clarin-eric / switchboard-tool-registry

The Switchboard Tool Registry
GNU General Public License v3.0
4 stars 13 forks source link

Upload of multiple inputs does not seem to be implemented #150

Closed BartJongejan closed 2 years ago

BartJongejan commented 2 years ago

There are two indications that the Switchboard might accept multiple files to be uploaded:

(1) the text in the drop area of https://switchboard.clarin.eu/input starts with "Drop files here" (2) There is a "multiple" option in the json file. If chosen, that would mean "This input slot accepts multiple resources."

However, the input form of the Switchboard does not allow multiple uploads or URLs.

Is this a bug, a not-yet-implemented feature, or something else?

andmor- commented 2 years ago

The feature is being implemented see 2.4.0 and 2.4.1. But it is not production ready and is still under evaluation/discussion, so it is disabled in production.

We have it enabled in the beta version: https://beta-switchboard.clarin.eu/ After you upload the first file, in the results list you have the option to upload more.

Here some relevant discussions: https://github.com/clarin-eric/switchboard/issues/28 https://github.com/clarin-eric/switchboard/issues/154 https://github.com/clarin-eric/switchboard/issues/31