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

2016-09-01 Thread Leo Wolf
Hi Cyril, Not yet now. I just use two solutions to fit the requirement, one is calling the api multiple times, and another is taring the whole file into a pkg and untaring it on server. Maybe this can help you. -- >> Read the docs: http://akka.io/docs/ >> Check the

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

2016-09-01 Thread Cyril Guh
Hi Leo, Have you found a solution? I am facing the same requirement and exploring solutions. On Thursday, June 2, 2016 at 4:25:40 PM UTC+10, Leo Wolf wrote: > > Hi, I'm using akka http for file uploading as bellow: > formFields('json.as[String]) { json => > > uploadedFile("file") { > > ... >