Is it possible to write a multipart form using cURL in the Nirvanix API? I have tried the following function but it only reads the first variable in the array. // Upload a Single File public function UploadFile($ipAddress, $uploadToken, $folder) { global $DEBUG; global $IMFSHOST; // Set the parameters...