path = "\\goods\\img\\";
File file = new File(uFile.getUploadPath() + path + uFile.getFileName());
每次上传文件的时候只能上传到D:uploads下。是不是先要getFile然后自己通过File再重新生成文件?