Skip to content

Commit f70c170

Browse files
Create download.jsp
1 parent 747ab42 commit f70c170

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Java-File/download.jsp

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
2+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
3+
<html>
4+
<head>
5+
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6+
<title>Download Example</title>
7+
</head>
8+
<body>
9+
Downloading File<a href="download">Download</a>
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)