Quote Originally Posted by lukeb View Post
Furthermore, normally after saving a record roo redirects to a page that show the record just stored.
In case of the upload form roo return to the form (but the file has been uploaded).
LuKe
You might be running into an exception which is not being displayed. That would explain why you go back to the form and don't see the correct results in the database. You could set a breakpoint in the BigController_Roo_Controller.aj create method to see what's happening.

BTW, if you only want to move the uploaded file to a different location you can use the transferTo method of CommonsMultipartFile.