appendPostDataFromFile: method

Adds data to the post body from a file.

Syntax

- ( void ) appendPostDataFromFile : ( NSString * ) file

Remarks

Will append to postBody when shouldStreamPostDataFromDisk is false, or write to postBodyWriteStream when true