I need to display image that is in file system not in project directory in grails..
i used
< img src="${createLinkTo(dir: '/Users/ME/ddImages/reg/', file: '${userInstance.fileName}.jpg')}" alt="User Photo"/>
but that doesn't seem to work
so any help?