update uploaded files in real time for records that already have uploaded files and fix note attachment bug

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-08-21 18:11:20 -06:00
parent a92160f6d7
commit 062e3600e7
15 changed files with 60 additions and 15 deletions

View File

@@ -92,6 +92,7 @@
<input onChange="uploadVehicleFilesAsync(this)" type="file" multiple accept="@config.GetAllowedFileUploadExtensions()" class="form-control-file" id="taxRecordFiles">
<br /><small class="text-body-secondary">@translator.Translate(userLanguage,"Max File Size: 28.6MB")</small>
}
<div id="filesPendingUpload"></div>
</div>
</div>
</div>