How to download a file from server machine to client machine using jsp

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tiijnar
    New Member
    • Nov 2008
    • 14

    How to download a file from server machine to client machine using jsp

    Hi,

    In my application, I have an excel file stored on my server machine. How can I download that excel file on to my client machine using jsp. Is there any other way I can open that file from my machine and save it in my machine using jsp/java?

    Its an emergency for me to do this.

    Can anyone provide me the full code to download a file from server machine as I don't have

    time to browse through various sites.

    thanks in advance,
    Tiijnar
  • dmjpro
    Top Contributor
    • Jan 2007
    • 2476

    #2
    I think if you googled then surely you could get a link.
    What you need, first you have to set MIME type(specially for download, right now i can't remember) then open ServletOutputSt ream and write file contents into it.

    Comment

    • JosAH
      Recognized Expert MVP
      • Mar 2007
      • 11453

      #3


      kind regards,

      Jos

      Comment

      Working...