噼啪噼啪键盘

噼啪噼啪键盘

  IT博客 :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理 ::
  25 随笔 :: 0 文章 :: 0 评论 :: 0 Trackbacks

问: 使用WebShell,不能上传大于2M的文件,如何是好?
答: 可以使用Perl脚本尝试上传大于2M的文件,以下的示例来自perlmonks.org的cLive
引用:
#!/usr/bin/perl -w
use strict;

# make html/forms easy to deal with
use CGI;

# report errors in the browser
# (remove from p
阅读全文
类别:Ixwebhosting 查看评论
文章来源:http://hi.baidu.com/spiderltd/blog/item/e17a4ed0813d9cdb562c8419.html
posted on 2009-04-23 16:54 阅读(90) 评论(0)  编辑 收藏 引用
只有注册用户登录后才能发表评论。