天天看点

spring MVC上传图片

上传的地址:

http://localhost:8081/ajax_image/upload

上传成功之后的结果:

{"filename":"2016-05-05 08:45:10_696_2016-03-30_22-49-27.png","fullurl":"http://localhost:8081/upload/image/2016-05-05 08:45:10_696_2016-03-30_22-49-27.png","relativepath":"upload/image/2016-05-05 08:45:10_696_2016-03-30_22-49-27.png","remoteabsolutepath":"/users/whuanghkl/work/project/convention/src/main/webapp/upload/image/2016-05-05 08:45:10_696_2016-03-30_22-49-27.png","imgtag":"<img style="max-width: 99%" src="http://localhost:8081/upload/image/2016-05-05 08:45:10_696_2016-03-30_22-49-27.png" alt="">","url":"/upload/image/2016-05-05 08:45:10_696_2016-03-30_22-49-27.png"}

spring MVC上传图片