​
Hello,

I am using spray-can 1.2.1 and have a service to upload data in chunks.

It seems to be working fine but for the following boundary data being 
written to the uploaded file. How can I not write this into the file. 
Reading the whole file is not an option due to large size.
I have used the following example - 
https://github.com/spray/spray/tree/master/examples/spray-can/simple-http-server/src/main/scala/spray/examples


------WebKitFormBoundary5mkhOpb3GjmIWL7a
Content-Disposition: form-data; name="datafile"; filename="file.csv"
Content-Type: text/csv

....<real-data>

------WebKitFormBoundary5mkhOpb3GjmIWL7a--

Thanks you,
-Yogesh

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to