mirror of
https://github.com/jrconlin/oauthsimple.git
synced 2026-09-15 11:04:25 +00:00
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.