akka - Chunked file uploads in Spray.io? -
i have many clients upload arbitrarily large files (i.e., let's 5gb). performance reasons, has done in streaming way clients can split file series of chunks before uploading them in parallel. then, server take care of building file these chunks. think method better known chunked file upload.
however, spray.io not seem offer high-level building blocks performing chunked file uploads. missing obvious here or have build functionality scratch? it's bit weird if don't since provide easy use mechanism stream response.
Comments
Post a Comment