I upload a File with ServletFileUpload.
the fileitem is ok, but the name of the item is null.
The result of item.getFieldname is 'file1'
I want to get the filename to be able to also store he mimetype of the file.
Please, do anyone knows what I can do? :WAVE:
