How take image(file) input in form field

Sir
how to take image input from user along with other user data like email, name, password and show image and other user data in user dashboard. I am working with MERN stack

Hello Bappaditya,
You will have to use an input tag with a type file in the frontend and store the files in some folder location on the backend node.js server.
This guide can help you in the setup process:-
https://medium.com/@SilentHackz/file-upload-with-node-react-d405b8a4fab8