Guest User

Untitled

a guest
Dec 12th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <body>
  2. <%-- Using JSP EL to get message attribute value from request scope --%>
  3. <h2>${requestScope.fileName} File uploaded successfully!</h2>
  4. 파일λͺ… : <a href = "FileDown?fileName=${requestScope.fileName }">${requestScope.fileName }</a>
  5. </body>
Add Comment
Please, Sign In to add comment