ProcessFiles

fun ServerFilters.ProcessFiles(fileConsumer: (MultipartEntity.File) -> String): Filter

Process files on upload using the passed consumer, which returns a reference. The form file is replaced in the form with this reference.