reproduce:
* front end
* add a new upload without specifying a title so the form does not validate
* hit "save"
expected:
* the validation kicks in to inform of the missing title before the file upload starts
current:
* the file is uploaded and only after finishing that the validation comes back saying you have to do it all over again because of the missing title