Change the following
<form method="POST" action="uploadOneFile" enctype="multipart/form-data">
to following
<form method="POST" action="/uploadOneFile" enctype="multipart/form-data">
Let me know if that works, if it doesn't then i'll suggest another thing.