org-arl / fjage

Framework for Java and Groovy Agents
https://fjage.readthedocs.io/en/latest/
Other
25 stars 13 forks source link

Enable multipart uploads in WebServer #281

Closed notthetup closed 11 months ago

notthetup commented 1 year ago

The WebServer class in fjåge currently only supports downloading static files and WebSocket connections. We need a mechanism to enable HTTP multipart uploads to allow uploading of files to a fjage instance.

notthetup commented 1 year ago

https://github.com/jetty-project/embedded-jetty-cookbook/blob/jetty-9.4.x/src/main/java/org/eclipse/jetty/cookbook/MultipartMimeUploadExample.java

manuignatius commented 1 year ago

I would like to request high priority on this. (Can't find a label for that)