Antrium A35D

Bir sonraki için en iyisini yap...

Aralık 2023 Arşivi

CSS değişken kullanımı

CSS değişken kullanımı

CSS Kullanımı, ;

:root {
    --primary: #ff3131;
    --secondary: #8D9297;
    --light: #F8F9FA;
    --dark: #182333;
    --kirmizi: #ff3131;
}

CSS içinde tanımlamak için;

Devamı →

'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine

'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine

Download Here;

https://www.microsoft.com/en-us/download/confirmation.aspx?id=13255

Devamı →
How to check if input file is empty in jQuery, Jquery fileupload check,upload check,Jquery dosya upload kontrol

How to check if input file is empty in jQuery, Jquery fileupload check,upload check,Jquery dosya upload kontrol

How to check if input file is empty in jQuery, Jquery fileupload check,upload check,Jquery dosya upload kontrol

if (document.getElementById("r1").files.length == 0) {
    alert('Dosya Seçiniz.\r\nİzin verilen uzantılar; doc,docx,pdf');
    return false;
}

For File size and File type;
var ext = $('#r1').val().split('.').pop().toLowerCase();

Devamı →
Hüseyin ÖZKAN Yazılım Uzmanı

C#,MVC,MSSQL,Windows Forms