# File validation

Remember that, when dealing with an entity's creation for example, first we care about validating the incoming data, and then about the actual logic? Here, it will be very similar. First, we'll ensure that the <mark style="color:blue;">`file`</mark> is properly validated. After that, we'll implement the logic related to it. So, let's get to work.
