Lars Holtet
Posts: 0
Joined: Sun Nov 24, 2013 5:47 pm

Add files from input field with mailto

Hi!

I have made a form on my app that has alot of text fields that generates an email thru javascript and "mailto".

I have one input field that makes you able to add files. When the email is created after presing "send" in the app, only the file location comes up, not the actual file- how can i code this right?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Add files from input field with mailto

Hello Lars,

It is impossible to attach the file with a "mailto" link: http://stackoverflow.com/questions/52...

Please use 3rd part services for that, e.g. Sendgrid: http://blog.bismallion.com/appery-sen...

Return to “Issues”