I tried that before posting here. I am getting this error while trying to upload files.
2018-03-15 111226.195 [nettyCallPool-4-1] ERROR ktor.application - 200 OK: POST - /api/files/new
java.io.IOException: Multipart preamble/prologue limit of 8192 bytes exceeded
at io.ktor.http.cio.MultipartKt.copyUntilBoundary(Multipart.kt:211)
at io.ktor.http.cio.MultipartKt$copyUntilBoundary$1.doResume(Multipart.kt)