Search code examples
jspstruts-1

i want to download a sample text file attached with jsp


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


Solution

  • You can simply use a tag and post a link to the sample file.

    <a href="/samples/uploadlikethis.txt">Sample Document</a>