I am doing fileupload in Spring MVC portals.I read the documentation but it didn't worked for me.The thing is that I am getting File name but not able to get the content .I used enctype="multipart/form-data" ,can some body tell me any idea why I am not getting file content and if check the getting file is whether type of File or not,its returning false,so i am guessing that i am not at all getting file and content,getting just name.can some body help me out from this issue...
The thing is that we need to type cast the ActionRequest object into multipartActionRequest and then get the uploaded files from multipartActionRequest Object.
subject: Need Help Regarding file upload Spring MVC portals