Which data type must be return if you using an annoteted Multipartfile Upload.
The controller receives from the Flex UI the Multipart File and saves the file on the disk of the server.

The only problem is the return type of the upload function. I get an I/O Exeception in the Flex UI, even if the upload was successful.

I tested ModelandView and void as return type, but that doesn't worked.