-
참고사이트https://remixicon.com/
-
ajax 로 Form Data 전송var postData = new FormData(); $.each($('#editForm').serializeArray(),function(key,row){ postData.append(row.name,row.value); }); var maxSize = 0; $.each($("#attachImage")[0].files, function(i, file) { console.log(file)
-
참고 사이트https://materialdesignicons.com/