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