For XML-compliance.
Closes #19924
<keywords>
HTTP
HTTP FORMPOST
-notxml
</keywords>
</info>
# Server-side
-F name=daniel
-F tool=curl
--form-string "str1=@literal"
---form-string "str2=<verbatim;type=xxx/yyy"
+--form-string "str2=%LTverbatim;type=xxx/yyy"
-F "file=@%LOGDIR/test%TESTNUMBER.txt;type=moo/foobar;filename=fakerfile"
-F file2=@%LOGDIR/test%TESTNUMBER.txt
-F "file3=@\"%LOGDIR/test%TESTNUMBER.txt\";type=mo/foo;filename=\"f\\\\\\\\ak\\\\\\er,\\\\an\\d;.t\\\"xt\""
------------------------------24e78000bd32%CR
Content-Disposition: form-data; name="str2"%CR
%CR
-<verbatim;type=xxx/yyy%CR
+%LTverbatim;type=xxx/yyy%CR
------------------------------24e78000bd32%CR
Content-Disposition: form-data; name="file"; filename="fakerfile"%CR
Content-Type: moo/foobar%CR
<keywords>
HTTP
HTTP POST
-notxml
</keywords>
</info>
HTTP multipart formpost with contents from a file
</name>
<command>
-http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER -F "name=<%LOGDIR/field%TESTNUMBER" -F tool=curl
+http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER -F "name=%LT%LOGDIR/field%TESTNUMBER" -F tool=curl
</command>
# We create this file before the command is invoked!
<file name="%LOGDIR/field%TESTNUMBER">
<keywords>
HTTP
HTTP FORMPOST
-notxml
</keywords>
</info>
# Server-side
-F name=daniel
-F tool=curl
--form-string "str1=@literal"
---form-string "str2=<verbatim;type=xxx/yyy"
+--form-string "str2=%LTverbatim;type=xxx/yyy"
-F "file=@%LOGDIR/test%TESTNUMBER.txt;type=moo/foobar;filename=fakerfile"
-F file2=@%LOGDIR/test%TESTNUMBER.txt
-F "file3=@\"%LOGDIR/test%TESTNUMBER.txt\";type=mo/foo;filename=\"f\\\\\\\\ak\\\\\\er,\\\\an\\d;.t\\\"xt\""
------------------------------24e78000bd32%CR
Content-Disposition: form-data; name="str2"%CR
%CR
-<verbatim;type=xxx/yyy%CR
+%LTverbatim;type=xxx/yyy%CR
------------------------------24e78000bd32%CR
Content-Disposition: form-data; name="file"; filename="fakerfile"%CR
Content-Type: moo/foobar%CR