Re: [akka-user] akka-http receiving file upload without copying the file to memory

2016-07-13 Thread Simao Mata
Alright, thanks for your help, now I see that the problem is in parsing the request I will look into using the `fileUpload` directive. Thanks! On Wed, Jul 13, 2016, at 16:04, Simao Mata wrote: > Ah, that explains it then. > > I am using `formFields('file.as[StrictForm.FileData])` t

Re: [akka-user] akka-http receiving file upload without copying the file to memory

2016-07-13 Thread Simao Mata
Ah, that explains it then. I am using `formFields('file.as[StrictForm.FileData])` to extract the file from the form. So is there a way I can get that data and not put it in memory? Thanks! On Wed, Jul 13, 2016, at 16:00, Konrad Malawski wrote: > `Strict` indicates "the entire thing is in