Is there any way to get the name of the uploaded file when doing a HTTP form file upload in Groovy/G
Posted
by ?????
on Stack Overflow
See other posts from Stack Overflow
or by ?????
Published on 2010-05-03T04:02:42Z
Indexed on
2010/05/03
4:08 UTC
Read the original article
Hit count: 280
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.
© Stack Overflow or respective owner