HttpRequest::setPostFiles
Set post files
&reftitle.description;
public
boolHttpRequest::setPostFiles
arraypost_files
Set files to post, overwriting previously set post files.
Affects only POST and requests. Cannot be used with raw post data.
&reftitle.parameters;
post_files
an array containing the files to post;
if empty, the post files will be unset
&reftitle.returnvalues;
&return.success;