the validation happens client side. Not in the file you mention above. Below is a sample to make the fileupload widget required, you can use the same. (function(document, $, Granite) { "use strict"; var CLASS = ".coral-FileUpload-input", DATA_VALIDATION_VALUE = "fileupload-required", fieldEr...