From 5e1c23875999b9a7843ad89b8a241b40ccd6a1e3 Mon Sep 17 00:00:00 2001 From: Henrique Emanoel Viana Date: Thu, 4 Jun 2020 10:48:44 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfcba29..76009ef 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Uploads will be in context.uploadedFiles; maxFileSizeBytes: optional, max size in bytes for each file in form, default unlimited - Number.MAX_SAFE_INTEGER, -saveFile: optional, if false, the file will not be saved in the file system, and a temporary file generated by Deno std will returned in field 'tempfile'. +saveFile: optional, if false, the file will not be saved in the file system, and a temporary file generated by Deno std will returned in field 'tempfile', default true. readFile: optional, if true, the file will be fully loaded on the ram and a Uint8Array will be returned in the 'data' field, default false.