blob: b399741e231dd1cb640e94eb4bed64f076c941d3 [file] [log] [blame]
xf.libfc6e712025-02-07 01:54:34 -08001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: form-escape
4Help: Escape multipart form field/file names using backslash
5Protocols: HTTP
6See-also: form
7Added: 7.81.0
8Category: http upload
9Example: --form-escape -F 'field\\name=curl' -F 'file=@load"this' $URL
10Multi: single
11---
12Tells curl to pass on names of multipart form fields and files using
13backslash-escaping instead of percent-encoding.