<td width="45%"><input type="file" name="fileToUpload" id="fileToUpload"></td>
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
<td width="45%"><input type="file" name="fileToUpload" id="fileToUpload"></td>
Below is the source input I used for this validation: