Ajax call from click event issue – Jquery
Look at the HTML code below: <div class="user-avatar-wrapper"> <img class="profile-pic" src="/placeholder.png" alt="" /> <div class="upload-button"></div> <input class="file-upload" type="file" accept="image/*"/> </div> Now I want to trigger the file upload and call to ajax on the click by .upload-button. This is how…