We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 747ab42 commit f70c170Copy full SHA for f70c170
Java-File/download.jsp
@@ -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