I want to download a CSV file which at server on the location Temp\hello.csv using java code
- I have the data. I am populating that data into a CSV file, hello.csv
- This file I am saving/storing in server under \Temp folder
- The CSV file gets stored at location Temp\hello.csv folder in server.
- I want to download this file but I don't know how to do it using java code