Dynamic Website
Creator
- Developed a user registration servlet to allow clients to submit their registration information, including name, email, preferred place, gender, experience, and profile picture.
- Designed and implemented the servlet to handle HTTP POST requests for user registration. Developed the front-end form using HTML and CSS to capture user information. Coded the backend logic in Java to process and validate the submitted data. Implemented file upload functionality to handle profile picture submission and storage. Ensured the servlet correctly displayed all provided information on a confirmation page.