trainingtrains Logo

91-9990449935

 0120-4256464

Example of Downloading file from the server using JSP

In this example, we are going to download the jsp file. But you may download any file. For downloading the file from the server, you should specify the content type named APPLICATION/OCTET-STREAM.

index.jsp

This file provides a link to download the jsp file.


download.jsp

In this example, we are downloading the file home.jsp which is located in the e: drive. You may change this location accordingly.


Next Topicjsp-quiz