So, imagine that I have a Scala REST API that receives file uploads via HTTP multipart requests. However, it doesn\'t receive the incoming file data as a single InputS
InputS