Wednesday, 21 August 2013

grails write file in memory only writes one line

grails write file in memory only writes one line

ptrying to write a multiline file and then have it download:/p precodedef
download() { file.write(line1\n) file.write(line2\n) response.setHeader
Content-disposition, attachment; filename=testalex.txt
response.contentType = 'text-plain' response.outputStream lt;lt; file.text
response.outputStream.flush() } /code/pre pHowever the file only displays
line2. What is the reason for this? Thanks!/p

No comments:

Post a Comment