aspose file tools
The moose likes Portals and Portlets and the fly likes Need Help Regarding file upload Spring MVC portals Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "Need Help Regarding file upload Spring MVC portals" Watch "Need Help Regarding file upload Spring MVC portals" New topic
Author

Need Help Regarding file upload Spring MVC portals

Vas Miriyala
Ranch Hand

Joined: Sep 14, 2009
Posts: 114

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...
Vas Miriyala
Ranch Hand

Joined: Sep 14, 2009
Posts: 114

The thing is that we need to type cast the ActionRequest object into multipartActionRequest and then get the uploaded files from multipartActionRequest Object.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Need Help Regarding file upload Spring MVC portals
 
Similar Threads
how to read and write, save a xml stream passed to a Servlet
how to pass parameters between methods using Spring MVC
Need Spring Tag lib example
Spring MVC Hello world application error
Spring 3.0 MVC examples links required