Given I’m creating a mailto: hyperlink. Is there a absolute limit to how much data you can put in mailto: body parameter?
Is this browser dependent?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I believe these is a limit to the mailto URI. And I believe that limit is dependent on the browser.
Check out this question and answers: Getting around mailto / href / url character limit
Like they suggest in that answer, I would suggest doing some sort of server side processing of the data, most likely in a POST over a GET.
Also from that question, this link (http://support.microsoft.com/kb/q208427) was presented and tells that IE has a limit of 2083 characters in a URL.