Grails: displaying created image in gsp

前端 未结 8 1996
伪装坚强ぢ
伪装坚强ぢ 2020-11-29 10:07

I\'m very new to Grails so there\'s probably a very simple answer to this question. I\'m trying to display a dynamically created image in a gsp. The image is NOT stored in

8条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-29 10:46

    I used FileUploadService to save the Image file In Grails .If you getting images from directory means, try this:

    
    

提交回复
热议问题