I can't read the file that I upload in Grails. write
is the column in the db where I store the file that I uploaded.
CommonsMultipartFile testFile = request.getFile('templateFile')
InputStream inputStream = testFile.getInputStream()
bookInstance.write = inputStream