blob: beaee6d18db6e615f86a8bfe5fe42039a949c9d2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
+++
title = "hx-encoding"
description = """\
The hx-encoding attribute in htmx allows you to switch the request encoding from the usual \
`application/x-www-form-urlencoded` encoding to `multipart/form-data`, usually to support file uploads in an AJAX \
request."""
+++
The `hx-encoding` attribute allows you to switch the request encoding from the usual `application/x-www-form-urlencoded`
encoding to `multipart/form-data`, usually to support file uploads in an ajax request.
The value of this attribute should be `multipart/form-data`.
The `hx-encoding` tag may be placed on parent elements.
## Notes
* `hx-encoding` is inherited and can be placed on a parent element
|