> <form action ="saveFile" enctype="multipart/form-data' method="post"> should be <form action="saveFile" enctype="multipart/form-data" method="post"> Noticed the character following multipart/form-data