Hi,
I am using express framework form to get inputs from user and sending it as email by using node mailer. However i am unable to receive the image and system type (Combo box).I am new to node.kindly help.
### My HTML code
```
<div class="container">
<p style="font-size:24px;">ONLINE SUPPORT REQUEST</p>
<hr size="2%;"width="50%;">
<form role="form" name="myForm" onsubmit="return(validate());" action="http://127.0.0.1:8081/process_post" method="POST" >
<div class="form-group">
<label for="name">What is your name?</labe