Fancybox 5 Close and reload
Aşağıdaki Java script kodu işimizi görecektir.
Devamı →
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();
HTML kodumuz;
<div class="ring"><img src="/Content/logo.png" class="img-fluid"><span></span></div>
Devamı →
Sorunun Çözümü için Webconfig Dosyasında eklenmesi gereken kodlar var.
Devamı →C#,MVC,MSSQL,Windows Forms