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 8f3f353 commit 13a7f80Copy full SHA for 13a7f80
README.md
@@ -71,7 +71,7 @@ With web package you will recive access to our validation attributes that will g
71
72
```c#
73
[HttpPost("filesUpload")]
74
-public IActionResult UploadFiles([AllowImageOnly] IFormFile imageFile, [AllowArchiveOnly] IFormFilarchiveFile)
+public IActionResult UploadFiles([AllowImageOnly] IFormFile imageFile, [AllowArchiveOnly] IFormFile archiveFile)
75
{
76
// Some cool stuf here ...
77
}
0 commit comments