Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

convert file path in application server as link

Former Member
0 Likes
648

How can we convert file path in application server as link to send email.

Thanks

Suresh

How can we convert file path in application server as link to send email.

Thanks

Suresh

3 REPLIES 3
Read only

andreas_mann3
Active Contributor
0 Likes
515

and what should s.o. do with this e-mail / link ?

A.

Read only

brad_bohn
Active Contributor
0 Likes
515

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).

Read only

Former Member
0 Likes
515

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..