Files
oauthsimple/php
Jaisen Mathai 7e2146ba3c OAuth only specifies signing x-www-url-form-encoded parameters.
In PHP to do a multipart file upload you specify it as such:
    array('file' => '@/path/to/file');
Checking for an @ as the first character of the value and an existing file path following.
2011-10-20 17:15:58 -07:00
..
2010-11-04 23:37:13 -07:00