Reactjs – Accessing images in React that are outside of project folder on local
I'm working on a web app with a React front end with a .NET web API back end. The app will have a large number of user uploaded images. It doesn't seem logical to me to store these images within…