diff --git a/api/js/etemplate/et2_widget_file.ts b/api/js/etemplate/et2_widget_file.ts index ab5ab85b32..7fa1a86ae3 100644 --- a/api/js/etemplate/et2_widget_file.ts +++ b/api/js/etemplate/et2_widget_file.ts @@ -358,6 +358,9 @@ export class et2_file extends et2_inputWidget this.input.wrap('
').closest('form').get(0).reset(); this.input.unwrap(); + // Reset progress + this.progress.empty(); + return; }