This overrides the method attribute of the parent form.
Si este atributo está especificado, reemplaza al atributo method del formulario al que pertenece el elemento.
The method attribute specifies the http request method that the user agen will use to send this Data.
El atributo method especifica el modo de solicitud que el agente de usuario utilizará para enviar estos datos.
The method attribute defines which HTTP method to send the data with (it can be "get" or "post").
El atributo method define con que método HTTP se enviará la información (puede ser "get" o "post").
Set the method attribute to POST because file content can't be put inside a URL parameter using a form.
Establecer el atributo method como POST, puesto que el contenido del archivo no puede colocarse en un parámetro de la URL que utiliza el formulario.
When the method attribute of xsl:output is set to HTML, or if HTML output is selected by default, then special characters in the XML or XSLT file are inserted in the HTML document as HTML character references in the output.
Cuando el atributo method de xsl:output tiene el valor HTML o si selecciona de forma predeterminada el formato de salida HTML, los caracteres especiales del archivo XML o XSLT se insertan en el documento HTML como referencias de caracteres HTML.
Your HTML form specifies whether a GET or a POST is used to deliver the data, by setting the METHOD attribute in the FORM tag.
Tu formulario HTML especifica si se utiliza un GET o un POST para entregar los datos, estableciendo el atributo METHOD en la etiqueta FORM.
The default value install will be also used if the method attribute is not used.
El valor predeterminado install, también se utilizará si el atributo método no se utiliza.
The <form> element will define where and how to send the data thanks to the action attribute and the method attribute.
El elemento <form> va a definir donde y como enviar la información gracias a los atributos action y method.
When the value of the method attribute is post, enctype is the MIME type of content that is used to submit the form to the server.
Si el elemento es de tipo submit o image, este atributo especifica el tipo de contenido que es usado para enviar el formulario al servidor.
The URL values should be the same as what would be entered into the form method attribute.
Los valores de la URL deberían ser los mismos que los que se ingresarían al atributo método del formulario.
You don't need to specify an action or method attribute for the form to tell it where and how to send the record data when the user clicks the Submit button.
No es necesario que especifique los atributos action o method para indicar al formulario dónde y cómo enviar los datos del registro cuando el usuario presione el botón Enviar.
It has the same name as the name attribute of the hidden field and is either a form or URL parameter, depending on the form's method attribute.
Tiene el mismo nombre que el atributo Nombre del campo oculto y es un formulario o un parámetro de URL, según el atributo Método del formulario.
string: Returns/ Sets the element's form method attribute, containing the HTTP method that the browser uses to submit the form.
Si el elemento input es un botón de tipo submit o image, este atributo especifica el método HTTP que el navegador usará para enviar el formulario.