EmployeDocment Upload change size
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user