I have a jsp page where user can upload his details via file. but i need a sample format to show him how he has to enter data into the file.and that sample file must be attached in jsp,so on downloading he will come to know how his upload file should be
You can simply use a tag and post a link to the sample file.
<a href="/samples/uploadlikethis.txt">Sample Document</a>