File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
user_guide_src/source/libraries Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -306,8 +306,10 @@ multipart
306
306
=========
307
307
308
308
When you need to send files and other data via a POST request, you can use the ``multipart `` option, along with
309
- the `CURLFile Class <https://www.php.net/manual/en/class.curlfile.php >`_. The values should be an associative array
310
- of POST data to send. For safer usage, the legacy method of uploading files by prefixing their name with an `@ `
309
+ the `CURLFile Class <https://www.php.net/manual/en/class.curlfile.php >`_.
310
+
311
+ The values should be an associative array
312
+ of POST data to send. For safer usage, the legacy method of uploading files by prefixing their name with an ``@ ``
311
313
has been disabled. Any files that you want to send must be passed as instances of CURLFile:
312
314
313
315
.. literalinclude :: curlrequest/028.php
You can’t perform that action at this time.
0 commit comments