Re: [akka-user] akka directive for uploading multiple files

2016-06-02 Thread Konrad Malawski
Look into the implementation of the directive and extend it for multiple I'd say. We'd be very happy to accept a PullRequest with such feature! -- Konrad `ktoso` Malawski Akka @ Lightbend On 2 June 2016 at 08:25:43, Leo Wolf (leo.lai.w...@gmail.com)

[akka-user] akka directive for uploading multiple files

2016-06-02 Thread Leo Wolf
Hi, I'm using akka http for file uploading as bellow: formFields('json.as[String]) { json => uploadedFile("file") { ... } And it works fine if I upload one file at a time. But I want to upload multiple different files in a http request, and how can I get it with the uploadedFile("file")