From 3058f95e0e2b9871e8fd717c46069b318d682f08 Mon Sep 17 00:00:00 2001 From: SamSys Date: Tue, 20 May 2025 22:37:21 +0330 Subject: [PATCH] EmployeDocment Upload change size --- .../pages/EmployeesDocument/js/ModalUploadDocument.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ServiceHost/wwwroot/AssetsClient/pages/EmployeesDocument/js/ModalUploadDocument.js b/ServiceHost/wwwroot/AssetsClient/pages/EmployeesDocument/js/ModalUploadDocument.js index ac2019f0..d3212336 100644 --- a/ServiceHost/wwwroot/AssetsClient/pages/EmployeesDocument/js/ModalUploadDocument.js +++ b/ServiceHost/wwwroot/AssetsClient/pages/EmployeesDocument/js/ModalUploadDocument.js @@ -89,7 +89,7 @@ $(document).ready(function () { // بررسی فرمت‌های تصویر (jpeg, jpg, png) if (validExtensions.includes(extension)) { - if (fileInputFile.size > 5000000) { + if (fileInputFile.size > 10000000) { showAlertMessage('.alert-msg', 'لطفا فایل حجم کمتر از 5 مگابایت را آپلود کنید.', 3500); $(this).val(''); return;