cloudinary
cloudinary copied to clipboard
Not able to send a remote URL instead of file from input
Hey there, I'm trying to pass a remote URL for cloudinary instead of a file which seems to be an option: http://cloudinary.com/documentation/upload_images#remote_upload
I'm getting this error:
Uncaught TypeError: Failed to execute 'readAsDataURL' on 'FileReader': parameter 1 is not of type 'Blob'.
Any advice? Thanks
You can only do that with server side code. That means you'll have to leverage their NodeJS API on the server to make it work.
Can you point us to the right direction to achieve this kind of things, so it works with files or url's or even data64 characters, thanks!
I need to add URL support, PR's are appreciated ^_^