How to open default mail client with attachment in web application
-
I want open default mail client with attachment from web page.
-
I want open default mail client with attachment from web page.
There is no official way to attach files using "mailto" protocol. Most likely because of the security reasons. However some email clients do accept the attachment parameter with the file in quotes i.e. attachment="C:\fileName.txt" such as outlook 98.
Bob Ashfield Consultants Ltd
-
There is no official way to attach files using "mailto" protocol. Most likely because of the security reasons. However some email clients do accept the attachment parameter with the file in quotes i.e. attachment="C:\fileName.txt" such as outlook 98.
Bob Ashfield Consultants Ltd
i tried with attachment="C:\fileName.txt", but it is not working. how to specify file path. any other method to attach a file.
-
i tried with attachment="C:\fileName.txt", but it is not working. how to specify file path. any other method to attach a file.