Skip to main content

Upload image using file_get_contents

Comments

1 comment

  • Itay Taragano

    Cloudinary supports uploading from data-URI. So you can send a data-URI representation of the image.

    Alternatively use  file_get_contents and convert it to DATA URI to upload to Cloudinary.

    0

Post is closed for comments.