transferTo()

1
2
File f = new File("D:\\21.jpg");
mmsForm.getFile1().transferTo(f);
cs


multipartfile.transferTo()

+ Recent posts