2010 Nov 16 7:01 AM
How can we convert file path in application server as link to send email.
Thanks
Suresh
2010 Nov 17 12:48 PM
2010 Nov 17 3:10 PM
Your app server folders have a mappable location on your network, e.g,
server\path\filename. Use an HTML anchor tag and build the link with code. You'd be better off storing files on a file server (write to a mapped location from the app server) and link to there (same process).
2010 Nov 19 5:15 AM
Hi Guys,
Once customer recieved email with link, and If customer click on link, then file(CSV or PDF) from Application server should open to read as attachemnt..