proycon / clam

Quickly turn command-line applications into RESTful webservices with a web-application front-end. You provide a specification of your command line application, its input, output and parameters, and CLAM wraps around your application to form a fully fledged RESTful webservice.
https://proycon.github.io/clam
GNU General Public License v3.0
129 stars 17 forks source link

Parameter selection does not appear correctly for file upload #113

Closed proycon closed 7 months ago

proycon commented 8 months ago

In the ucto webservice, the language parameter does not show and therefore all uploads now fail as this mandatory parameters is not set.

This seems regression bug in CLAM itself, since nothing really changed in the logic, it may be due to a jquery upgrade. To be investigated further...