Hi Coung,
You have to make custom validation->
make a microflow on OnSave button -> take a decision -> write the condition $currentObject/Name!=empty -> If condition is true write your flow if condition is false show the validation feedback.
Hi Coung,
Microflow validation will be good option to achieve this where you can validate name.file size ,if it is not possible through page level validation.