Skip to content

Commit 82fd991

Browse files
committed
improve handling file upload content
1 parent c2f004d commit 82fd991

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

handling-file-upload/index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,15 @@ filename := myFile[0].getClientFilename();
8888

8989
If client does not send filename then it returns empty string.
9090

91-
For example how to handle file upload with Fano Framework, see
92-
[Fano Upload](https://github.com/fanoframework/fano-upload).
93-
9491
## File Upload Validation
9592

9693
Fano Framework validation feature provides several built-in validation rule that you can use to [validate against file upload](/security/form-validation/built-in-validation-rules#uploaded-file) such as to verify that field is indeed a file upload, to verify that file upload match certain MIME type or more advanced use such as antivirus scan validation or file format validation.
9794

95+
## Example demo
96+
97+
For example application that demonstrate how to handle file upload with Fano Framework, see
98+
[Fano Upload](https://github.com/fanoframework/fano-upload).
99+
98100
## Explore more
99101

100102
- [Working with response](/working-with-response)

0 commit comments

Comments
 (0)