where should i set ‘dest’ option in multer? im using express js
Hi @Ilhammeru - I’ve not used multer before, but it looks like from the package README that you can set dest
to whatever directory in your project you want uploads to go to. Just know that if any file changes that happen outside the editor will not sync until you run refresh
in the terminal - so if you upload a file with your app, it’s not going to automatically show up in the Glitch sidebar until you run that command.
2 Likes