3.11. INTEXT string

[<<<] [>>>]

curl::option CurlHandle,"INTEXT","""This is the content of the file
that we will upload.
"""

Use this option to set the content of the file for any kind of upload. This option can be used to upload small files via HTTP or FTP, which are generated on-the-fly by the BASIC program, and there is no need to store the files locally.

You cannot use the options INTEXT and INFILE at the same time for the same connection. If you use both the latter specified will be used.


[<<<] [>>>]