I have an HTML form with a lot of input fields that I use to fill out email. Today I learned that using the GET method will limit the size of the published. But from what I can say, there are no restrictions when using POST. Well, perhaps since I think this is probably my problem. My letters do not open in the mail client when they have reached a certain size (or if I used too many input fields?)
Users will not be able to have a permanent Internet connection, and the only "reliable" way to communicate is via email. They are limited in their use of their computer and cannot run executable files. This is why I created an HTML file with a lot of javascript that creates the body of the email. Some users have an email client, and if in this case I want to open a new email with the contents of the form in the HTML file.
So, is there any limit to how big the body can be when submitting a form with action = "mailto:"?
source
share