This may be a stupid question, but the reference guide surely doesn't cover this. How do I get filename/path of the uploaded files using the CommonsMultipartResolver? I have a bean with a byte[] property. The data gets binded just fine, but I also need the file name so I can determine the extension.

Thanks