2
Answers

Down load file from email hyperlink

jc_svu

jc_svu

20y
2k
1
Hi Guys This is my requirement, if any body know pls send source code in c# DotNet. A user can upload file to a specified folder .Then email is sent to the user with hyperlink to the path and name of the uploaded document. when a user clicks the link in email that file should be down loaded. Regards JC.
Answers (2)
0
shivaka

shivaka

NA 8 0 20y
Take the string and split with &&. like,if string name is str then, string[] sa=str.split('&&'); sa[0] will be first sa[1] will be second ok bye
0
jxm8882001

jxm8882001

NA 4 0 20y
How to divide the string "jxm&&me" to jxm and me in c#? ??