Skip to content

Commit

Permalink
[1]. doc-> file properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamena2020 committed Feb 21, 2023
1 parent ff792b1 commit 6112ed5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,18 @@ Handling Content-Type header for

Handling all upload files and nested fields.

```
// file will have this property
name // file name,
encoding // file encoding,
type // file mimeType,
size // file size,
sizeUnit // file size in bytes
extension // file extension
tempDir // file temporary directory
```

# Validation

Create Request validation via cli.
Expand Down

0 comments on commit 6112ed5

Please sign in to comment.