不用common file upload、struts 什么的,java文件上传功能怎么实现?

不用common file upload、struts 什么的,java文件上传功能怎么实现,就单纯的用html和java实现文件上传?

http://wangwei2008224078.blog.163.com/blog/static/214338275201342110555388/
这个什么也没用,你可以参考

用servlet的request获取文件流

javasmart

参考下这个吧http://my.oschina.net/Barudisshu/blog/150026

用io流是可以实现的