request getParameter is always null when using enctype=“multipart/form-data”
问题 I am performing validation of inputted data such as email, password, name, etc. But I am already stuck on the first stage of validation which is to check if User entered nothing. I already added enctype="multipart/form-data" as mentioned here but now it is always recognizing email as null and I can't forward to the login page in case of success (when email is not null). Code signup.jsp <form method="POST" action="signup" enctype="multipart/form-data"> <input type="email" name="email"