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
Asked
Active
Viewed 667 times
-2
-
1i am sorry, could not interpret your question. can you make it more clear? – aakash Dec 13 '12 at 04:05
-
*to keep it simple, I want a sample file to be attached in jsp, so that user can download it . – user968778 Dec 13 '12 at 06:10
1 Answers
0
You can simply use a tag and post a link to the sample file.
<a href="/samples/uploadlikethis.txt">Sample Document</a>

Santron Manibharathi
- 628
- 5
- 12
- 26
-
Actually i wanted this to be like,when he clicks on that link i want to download uploadlikethis.txt file – user968778 Dec 13 '12 at 08:00
-
http://www.codemiles.com/servlets-jsp/jsp-to-download-file-t17.html This link will help you on that.. – Santron Manibharathi Dec 13 '12 at 09:37