jQuery如何驗證上傳的文件是否爲圖片

var path = $("#imgfile").val(); if (path.length == 0) { alert("Please upload the hotel logo!"); return false; } else { var extStart = path.lastIndex
相關文章
相關標籤/搜索