We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd77076 commit 8f3f353Copy full SHA for 8f3f353
FileTypeChecker.Web/README.md
@@ -26,7 +26,7 @@ All validation attributes should be used over IFormFile interface and can be use
26
27
```c#
28
[HttpPost("filesUpload")]
29
-public IActionResult UploadFiles([AllowImageOnly] IFormFile imageFile, [AllowArchiveOnly] IFormFilarchiveFile)
+public IActionResult UploadFiles([AllowImageOnly] IFormFile imageFile, [AllowArchiveOnly] IFormFile archiveFile)
30
{
31
// Some cool stuf here ...
32
}
0 commit comments