dilipsoni
Results
1
comments of
dilipsoni
Here is my podio.php code if (!empty($options['upload'])) { curl_setopt(self::$ch, CURLOPT_POST, TRUE); if(!class_exists("\CURLFile") && defined('CURLOPT_SAFE_UPLOAD')) { curl_setopt(self::$ch, CURLOPT_SAFE_UPLOAD, FALSE); } curl_setopt(self::$ch, CURLOPT_POSTFIELDS, $attributes); self::$headers['Content-type'] = 'multipart/form-data'; } and podioFile Code public...