ConnectyCube / connectycube-reactnative-samples

Chat and Video Chat code samples for React Native, ConnectyCube
https://connectycube.com
Apache License 2.0
125 stars 111 forks source link

Upload image via url link #161

Closed mikeangelsilva closed 3 years ago

mikeangelsilva commented 3 years ago

I'm trying to upload an image using url.

Is this possible in the upload API?

Thanks

DaveLomber commented 3 years ago

Hi @mikeangelsilva

It's not possible to upload an image using url. There should be a file on a disk and represented by File object

Anyway, If you already have a file uploaded somewhere and you have an url, then you can send the url directly in a chat message w/o uploading it

This should work