| Author |
File upload using spring mvc 3.0
|
santosh kunadi
Greenhorn
Joined: Sep 29, 2011
Posts: 2
|
|
Hi,
I want to upload .txt files using spring mvc. Created my model class with a MultipartFile file attribute.
Now , i want user to upload a .txt file and upon hitting upload button the file should be scanned out for any errors and if everything is Ok, file contents must be displayed in the bottom panel of my screen.
Let me know how should i capture the text file data, should i use a model as each file has columned data or is there any better technique?
|
 |
santosh kunadi
Greenhorn
Joined: Sep 29, 2011
Posts: 2
|
|
|
Binded the form to a model using spring mvc 3.0 .
|
 |
 |
|
|
subject: File upload using spring mvc 3.0
|
|
|