How to store Images in MongoDB?
So, you are making a project and you want to store images in MongoDB. Follow these follow steps to do that
1. Use an 'input' take to take a file as input from the user
<input type="file" onChange={handleFileChange} accept='.jpeg, .png, .jpg' />
<butt...
yashnirmal.hashnode.dev2 min read