Skip to content

Instantly share code, notes, and snippets.

@jdmr
Created January 6, 2012 15:08
Show Gist options
  • Save jdmr/1570981 to your computer and use it in GitHub Desktop.
Save jdmr/1570981 to your computer and use it in GitHub Desktop.
GSP upload file
<g:form action="upload" method="post" enctype="multipart/form-data">
<input type="file" name="myFile">
<input type="submit">
</g:form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment