I am trying to integrate the excellent jquery-file-upload from blueimp into Grails 2.0 and write a new plugin for it. I know that it is already a plugin , but it does not use resources and has not been updated for 9 months, and jquery-file-loading has changed a lot during this time.
So, I put all the distribution files in my plugin, and now I'm trying to write a controller action that can handle the download. The problem is that request.getFileNames() gives only one files[] entry, and I don't know how to get 3 separate files that I upload.
How do you process files sent using this input: <input type="file" name="files[]" multiple> ?
Sebastien
source share