vertx / io.vertx.reactivex.core.http / HttpServerFileUpload / size

size

open fun size(): Long

The size of the upload may not be available until it is all read. Check io.vertx.reactivex.core.http.HttpServerFileUpload#isSizeAvailable to determine this

Return
the size of the upload (in bytes)