Im new to node js now i want to do image upload.so i downloaded express framework to handle the upload.Please help me how to handle that upload in server side.
i created form like this how to handle this in back end node js
<form method="post" enctype="multipart/form-data" action="/file-upload">
<input type="text" name="username">
<input type="password" name="password">
<input type="file" name="thumbnail">
<input type="submit">
Use this method for uploading
While retriving show that path in this method
Refer nodejs expressjs upload images and display them for more details