How do I get the uploaded file name when using a MultipartFileEditor for my byte[] field?
/roberto
How do I get the uploaded file name when using a MultipartFileEditor for my byte[] field?
/roberto
Figured out by my self:
Cast the request to a MultipartHttpServletRequestn and you have all you need.
/roberto