@if(label){ }
{{ fileSummary }} Drop or browse to upload
@if(showClearButton && hasFiles){ }
@if(showFileList && files.length){
@for(file of files; track trackFile($index, file)){
{{ file.name }} @if(showFileSize){ {{ formatBytes(file.size) }} } @if(multiple){ }
}
}
@if (showValidation) { }