Skip to content

Commit 9a40aae

Browse files
Update page.jsp
1 parent 677d9a8 commit 9a40aae

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

Java-File/page.jsp

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@
33
<html>
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6-
<title>Upload File</title>
6+
<title>Guru Uploading File</title>
77
</head>
88
<body>
9-
<a>File Upload:</a>
10-
Select file: <br />
11-
<form action="action_file_upload.jsp" method="post" enctype="multipart/form-data">
12-
<input type="file" name="file" size="50" />
9+
File: <br />
10+
<form action="guru_upload" method="post" enctype="multipart/form-data">
11+
<input type="file" name="guru_file" size="50" />
1312
<br />
14-
<input type="submit" value="Upload File" />
13+
<input type="submit" value="Upload" />
1514
</form>
1615
</body>
1716
</html>

0 commit comments

Comments
 (0)