Hi Kill Bill Team,
I'm developing an OSGI plugin that uses Jooby for exposing REST APIs. As part of the plugin functionality, I need to implement an API endpoint that allows uploading and parsing CSV files. However, I’ve noticed that Jooby doesn’t natively support multipart form-data handling out of the box when used in the OSGI plugin context.
Could you please point me to any reference or example that demonstrates how to enable and handle multipart file uploads (e.g., CSV) in a Jooby-based plugin for Kill Bill?
Any guidance or working reference would be greatly appreciated.
Thanks,
Prashant Kumar