open fun uploadHandler(uploadHandler: Handler<HttpServerFileUpload>): HttpServerRequest
Set an upload handler. The handler will get notified once a new file upload was received to allow you to deal with the file upload.
Return
a reference to this, so the API can be used fluently