Yii2 Update Profile Photo
问题 I have here an Edit Profile page where user can change his/her profile photo/avatar. The avatar displayed is the photo of the current user (of course) and when I click the Update Avatar button, the user can select an image, and then the selected image will preview replacing the current user avatar. Here's the code in my view: <div class="fileUpload btn btn-warning"> <span>Update Avatar</span> <input type="file" accept="image/*" onchange="loadFile(event)" class="upload"/> </div> <script> var