Is there any way to get the name of the uploaded file when doing a HTTP form file upload in Groovy/G
- by ?????
I'm doing a groovy/grails form file-upload operation, as is described here
http://www.grails.org/File+Upload
I'd like to get the name of the file that the user is uploading. Is there any way to do that? I've dumped out the params and request dictionaries and don't see them in there.