(no version information, might be only in CVS)
HttpRequest::addPostFile -- Add post file
Description
publicbool
HttpRequest::addPostFile ( string name [, string file [, string content_type = 'application/x-octetstream']] )
Add a file to the POST request, leaving previously set files unchanged.
Affects only POST and custom requests. Cannot be used with raw post data.