How to upload image using multer through browser?
问题 I am trying to upload an image through the browser, but couldn't, I have got this working in Postman but couldn't figure out through browser. I am getting this error when trying with my code below : Response {type: "basic", url: "http://localhost:3000/users/me/avatar", redirected: false, status: 400, ok: false, …} My HTML code is : <h1>Upload Profile Avatar</h1> <form enctype="multipart/form-data" id="upload-avatar-form"> <input type="file" id="avatar-image" name="avatar"> <button id="avatar