xref: /aosp_15_r20/external/curl/docs/cmdline-opts/form-escape.md (revision 6236dae45794135f37c4eb022389c904c8b0090d)
1---
2c: Copyright (C) Daniel Stenberg, <[email protected]>, et al.
3SPDX-License-Identifier: curl
4Long: form-escape
5Help: Escape form fields using backslash
6Protocols: HTTP imap smtp
7Added: 7.81.0
8Category: http upload post
9Multi: single
10See-also:
11  - form
12Example:
13  - --form-escape -F 'field\name=curl' -F 'file=@load"this' $URL
14---
15
16# `--form-escape`
17
18Pass on names of multipart form fields and files using backslash-escaping
19instead of percent-encoding.
20