Has anyone use synfusion sfUpload
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
-
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 thesaveUrl
andremoveUrl
s 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!0 -
Thanks for you help Zachary.
0