Hi ,every body
example code like this:
// mulitpartFiletype is
org.springframework.web.multipart.MultipartFile
mulitpartFile.transferTo(new File("G:\\somedir/somefile"));
this code work well with Tomcat
but ,when with Jetty , raises java.io.FileNotFoundException:
D:\projects\project1\target\tmp\G:\ somedir/somefile
the problem is file path is prefixed with the tempolary path
Why Jetty will prefix an absolute path with the tempolary
path? Can I avoid it?
hoping someone can help me.thanks
_______________________________________________
jetty-users mailing list
jetty-users@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from
this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users