标签:style color io ar sp 问题 on 代码 c
问题的所在就是,common-fileupload 和common-io.jar这两个包都要上。开始我以为写代码所用到的类都没用到io包上的类就没上io包,后来才发现这才是出问题的地方!
我想应该是upload.parseRequest(request)这个方法要用到io包,只是它封装起来我们看不到而已。
关于ServletFileUpload中parseRequest(request)返回的list<FileItem>为空的问题
标签:style color io ar sp 问题 on 代码 c
原文地址:http://www.cnblogs.com/heysong/p/3983934.html