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

size

abstract fun size(): Long

The size of the upload may not be available until it is all read. Check #isSizeAvailable to determine this

Return
the size of the upload (in bytes)