public function PostFileInterface::getCurlString

Get a cURL ready string for the upload

Return value

string

1 method overrides PostFileInterface::getCurlString()
PostFile::getCurlString in drupal/core/vendor/guzzle/http/Guzzle/Http/Message/PostFile.php
Get a cURL ready string for the upload

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Message/PostFileInterface.php, line 66

Class

PostFileInterface
POST file upload

Namespace

Guzzle\Http\Message

Code

public function getCurlString();