Att Input Formenctype
## HTML `` formenctype Attribute
The `formenctype` attribute specifies how form data should be encoded when it is submitted to the server. This attribute is only applicable to forms with `method="post"`.
When used, the `formenctype` attribute overrides the default `enctype` attribute of the parent `
```
---
## Browser Support
The `formenctype` attribute is widely supported across all modern web browsers:
* **Google Chrome:** Supported
* **Mozilla Firefox:** Supported
* **Microsoft Edge:** Supported
* **Safari:** Supported
* **Opera:** Supported
* *Note: Internet Explorer 9 and earlier versions do not support the `formenctype` attribute.*
YouTip