I\'m trying to integrate the excellent jquery-file-upload from blueimp into Grails 2.0 and to write a new plugin for that. I know there is already a plugin, but it doesn\'t
request.getFileNames returns an array - you can iterate over this array to obtain all the files. The example is already there on the plugin description.