Uploading Files
 with Grails
Grails.org/File+Upload
 Step 1. Create the form in the view
Grails.org/File+Upload
Step 2. Handle the upload in the controller




          MultipartHttpServletRequest
Grails.org/File+Upload
 Step 3. Transfer files to your local drive
Grails.org/File+Upload
     Step 3. Transfer files to your local drive

returns org.springframework.web.multipart.commons.CommonsMultipartFile
Real World Example
Create the ability for a user to
upload their avatar to their profile.
Real World Example
Create the ability for a user to
upload their avatar to their profile.


1. Create a new Grails
   application ‘FileUploader’
2. Create a new Domain
   Class ‘User’
3. Generate Controller/
   Views for User
$ grails generate-all berry.User
FileUploadService.groovy
http://github.com/cavneb/FileUploader

Uploadfileswithgrails 100506180456-phpapp01