Skip to content

Commit 1f60f2c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handling-file-upload/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ If client does not send filename then it returns empty string.
9090

9191
## File Upload Validation
9292

93-
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.
93+
Fano Framework validation feature provides several built-in validation rules 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.
9494

9595
## Example demo
9696

0 commit comments

Comments
 (0)