Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
<h1><img src="https://raw.githubusercontent.com/AJMitev/FileTypeChecker.Web/master/tools/FileTypeCheckerLogo-150.png" align="left" alt="FileTypeChecker" width="90">FileTypeChecker.Web - Don't let anyone to inject you an invalid file</h1>

[![Build status](https://ci.appveyor.com/api/projects/status/jwd8wyyap0tijs3y?svg=true)](https://ci.appveyor.com/project/AJMitev/filetypechecker-web) [![NuGet Badge](https://buildstats.info/nuget/File.TypeChecker.Web)](https://www.nuget.org/packages/File.TypeChecker.Web/) [![License: GPL-3.0-or-later](https://img.shields.io/badge/GPL-3.0-blue.svg)](https://github.com/AJMitev/FileTypeChecker.Web/blob/master/LICENSE) [![CodeFactor](https://www.codefactor.io/repository/github/ajmitev/filetypechecker.web/badge)](https://www.codefactor.io/repository/github/ajmitev/filetypechecker.web)
[![Build status](https://ci.appveyor.com/api/projects/status/jwd8wyyap0tijs3y?svg=true)](https://ci.appveyor.com/project/AJMitev/filetypechecker-web) [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FAJMitev%2FFileTypeChecker.Web.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FAJMitev%2FFileTypeChecker.Web?ref=badge_shield)
[![NuGet Badge](https://buildstats.info/nuget/File.TypeChecker.Web)](https://www.nuget.org/packages/File.TypeChecker.Web/) [![License: GPL-3.0-or-later](https://img.shields.io/badge/GPL-3.0-blue.svg)](https://github.com/AJMitev/FileTypeChecker.Web/blob/master/LICENSE) [![CodeFactor](https://www.codefactor.io/repository/github/ajmitev/filetypechecker.web/badge)](https://www.codefactor.io/repository/github/ajmitev/filetypechecker.web)



[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FAJMitev%2FFileTypeChecker.Web.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FAJMitev%2FFileTypeChecker.Web?ref=badge_large)

## Project Description

FileTypeChecker.Web is easy to use yet powerfull library that will help you to secure your web applications and validate all files that are provided by external sources. With this library you will recive access to some additional validation attributes that will enable you to easily allow or forbid certain types of files in your controllers or input models. For example you can restrict your users to be able to upload only images or only archives just by setting an attribute into your method or class.
Expand Down Expand Up @@ -95,4 +99,4 @@ For more information please visit our [wiki page](https://github.com/AJMitev/Fil
- If you like this library, ⭐️ the repository and show it to your friends!
- If you find this library usefull and it helps you please consider to support the project, you can do by buying me a cup of coffee.

<a href="https://www.buymeacoffee.com/ajmitev" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>
<a href="https://www.buymeacoffee.com/ajmitev" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>