vertx / io.vertx.rxjava.core.http / HttpServerFileUpload / streamToFileSystem

streamToFileSystem

open fun streamToFileSystem(filename: String): HttpServerFileUpload

Stream the content of this upload to the given file on storage.

Parameters

filename - the name of the file

Return