Currently working with Angular 12 and Angular Material for image uploads with preview. I have a formgroup object below, but I'm running into issues with the 197kb image preview text being inserted into the database. Despite trying setValue/patchValue/delete options, every time I create a new gallery with just the file name, the preview is automatically generated. Is there a way to prevent this preview text from being included when updating the database?