I am trying to upload a file in grails in my gsp I have:
You need enctype="multipart/form-data" on the g:form tag to make the browser use a multipart request.
enctype="multipart/form-data"
g:form