I am trying to update a file in my Mongo DB via a form using a PUT request in the browser and using Mongoose findByIdAndUpdate. It executes and the file updates in the database.