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.

