日历

2008 9.7 Sun
 123456
78910111213
14151617181920
21222324252627
282930    
«» 2008 - 9 «»

日志分类

文章搜索

日志文章

2008年05月24日 18:15:50

利用java applet上传文件到服务器

applet 上传的优势是:
  可以看到上传进度
  可以更好的控制上传和接受,而不用受IE浏览器的限制
缺点是:
  需要安装JRE环境
  某些情况下可能会造成IE死机

开源免费的applet上传组件 postlet.jar
地址 http://postlet.com/install/

可以支持

  • PHP
    Compatible with PHP >= 4.0.3
  • Coldfusion
    Many thanks to Shane McGovern for the following script which is compatible with Coldfusion MX 6.x and above.
  • C# ASP.NET
    Many thanks to Scott Beardsley for this .NET server side control. Note, this is supplied as a ZIP archive, and needs to be run with IIS and NOT with the Visual Studio webserver.
  • Java Servlet
    Help for using Postlet with a Java servlet can be found in the forums.
例子参看

http://www.share2.cn/html/idea/netman.vm

环境要求 JRE1.6

另外让applet自动检测安装JRE的小技巧
在本机 键入 htmlconverter
则弹出一个对话框,根据提示 即可以转换自己的applet代码为自动安装的方式。

Tags: JAVA  

类别: 无分类 |  评论(0) |  浏览(621) |  收藏
发表评论