teepluss / laravel4-cloudinary

Cloudinary wrapper API for Laravel 4
MIT License
18 stars 14 forks source link

curl error when uploading - "Please use the CURLFile class instead" #2

Closed electblake closed 11 years ago

electblake commented 11 years ago

ErrorException

curl_setopt(): The usage of the @filename API for file uploading is deprecated. Please use the CURLFile class instead

file: app/vendor/cloudinary/cloudinary_php/src/Uploader.php

line: 182

teepluss commented 11 years ago

Cloudinary uploader is a part of vendor, It' not my code.

electblake commented 11 years ago

OH - you're right ;)

I did the fix but I'll obviously submit to cloudinary_php