You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: handling-file-upload/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ If client does not send filename then it returns empty string.
90
90
91
91
## File Upload Validation
92
92
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.
0 commit comments