blob: a2c450b17d48214683047fa931544a242f52b6f1 [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-string
4Help: Specify multipart MIME data
5Protocols: HTTP SMTP IMAP
6Arg: <name=string>
7See-also: form
8Category: http upload
9Example: --form-string "data" $URL
10Added: 7.13.2
11Multi: append
12---
13Similar to --form except that the value string for the named parameter is used
14literally. Leading '@' and '<' characters, and the ';type=' string in
15the value have no special meaning. Use this in preference to --form if
16there's any possibility that the string value may accidentally trigger the
17'@' or '<' features of --form.