表单form 中加入 enctype="multipart/form-data",后台中UploadFile file1 = getFile("name", "path" , 1024);这样子即可获得上传的文件了啊,要注意UploadFile 必须在getPara之前使用!