Has anyone use synfusion sfUpload

Options
Tom7254
Tom7254 Member Posts: 4
edited May 13 in Developer APIs

I am trying to upload images to my account using SyncFusion SfUpload. Has any used this or can point me to where I might get some info on this?

Thanks,

Tom7254

Answers

  • Zachary
    Zachary Member, Cloudinary Staff Posts: 35
    Options

    Hey there Tom,

    While I've never used SyncFusion and am entirely unfamiliar with them before this, looking through their documentation it looks like you should be able to replace the saveUrl and removeUrls with Cloudinary Upload API endpoints.

    By default, the API endpoints use the following format: https://api.cloudinary.com/v1_1/:cloud_name/:action


    You can read more about our upload API via our documentation.

    Additionally, after looking at their documentation it does show that they support directly uploading to a private S3 bucket. You could then either fetch or autoload assets to your Cloudinary account.

    Here is a short guide on the process.

    I hope this helps, I would recommend also reaching out to Synfusion's community to see if they have ever tried this integration.

    Happy coding!

  • Tom7254
    Tom7254 Member Posts: 4
    Options

    Thanks for you help Zachary.