标签: scala file-upload playframework akka-stream ws-client
这是用于在Play文档中上传单个文件的代码。 有多个文件的想法吗?
ws.url(url) .post(Source(FilePart(“ hello”,“ hello.txt”,Option(“ text / plain”),FileIO.fromPath(tmpFile.toPath)):: DataPart(“ key”,“ value”)::列表()))