I used an elastic-beanstalk service on AWS by using Node.js. Also, I have used a multer for file upload and uploaded file is saved on a webserver.
But when I publish a new version of a project file, the files that saved on my web server are gone.
I want to maintain that file on the webserver, just want to make it overwrite not rewrite.
Can anyone help me in this case?