How to upload Base64 data to Cloudinary using Post Request
I want to make post request to upload base64 data to Cloudinary, but Cloudinary always treat those data as url and responded with invalid url error.
Any ideas?
0
-
Cloudinary supports uploading files using a data-URI encoded string.
Please make sure that you send your content as a Data-URI as explained here: http://en.wikipedia.org/wiki/Data_URI_scheme.0
Post is closed for comments.
Comments
1 comment