HttpRequest::setPostFiles
Set post files
Description
public
bool HttpRequest::setPostFiles
( array $post_files
)
Affects only POST and requests. Cannot be used with raw post data.
Parameters
-
post_files
-
an array containing the files to post;
if empty, the post files will be unset
Return Values
Returns TRUE
on success or FALSE
on failure.