You are here

public function S3fsCorsPostObjectV4::setFormInput in S3 File System CORS Upload 7

Set a form input.

Parameters

string $field Field name to set:

string $value Value to set.:

File

./s3fs_cors.post_object_v4.class.inc, line 142
The code of classes was taken from the AWS SDK v3.180.3 and a bit modified. Next classes are used here:

Class

S3fsCorsPostObjectV4
Encapsulates the logic for getting the data for an S3 object POST upload form

Code

public function setFormInput($field, $value) {
  $this->formInputs[$field] = $value;
}