how to get files by its name,which are uploaded to a folder
-
I uploaded files to a folder in back-end using a node library.Now I want to get files from that folder by filename,from a one route to display in the front-end
-
if you want to scan the folder check below article
https://medium.com/stackfame/get-list-of-all-files-in-a-directory-in-node-js-befd31677ec5
-
Thats it.. thank you @root