Servlet Registration Form with MySQL Database Example

Here you will get servlet registration form with mysql database example. This simple registration form include three fields, full name, email and password. If you want you can add more fields. Servlet Registration Form with MySQL Database Example MySQL Database As here we are using mysql database so create a database with name db. Now …

Servlet Registration Form with MySQL Database Example Read More »

Download File From Server Using Servlet Example

Here you will get example to download file from server using servlet. The file can be of any type like image, pdf, video, music, etc. How it works? First set the content type to application/octet-stream. Now set the Content-Disposition header to attachment;filename=fileLocation. Read file from the source location using FileInputStream and write to ServletOutputStream to send as …

Download File From Server Using Servlet Example Read More »