Upload image and other field in node js
In the node js upload image and other file likes..(pdf,doc,jpg,png, etc.) with other field like name , email and other like as you . Html code.. <form class="form-horizontal" id="form" name="form" role="form" method="post" action="/products/add" novalidate="novalidate" enctype="multipart/form-data"> <div class="form-group"> <label class="control-label col-sm-1" for="name">Name</label> <div class="col-sm-5"> <input type="text" class="form-control" required="" placeholder="Name" name="name"> </div> </div> <div class="form-group"> <label class="control-label col-sm-1" for="name">Description</label>