moberwasserlechner / capacitor-filesharer

Capacitor plugin to download and share files for the Web, Android and iOS! Stop the war in Ukraine!
MIT License
82 stars 20 forks source link

Can we share a file directly and not as a base64Data ?? #24

Closed pratiksan45 closed 3 years ago

pratiksan45 commented 3 years ago

I have blob zip file, which I want to share , but I don't know how to convert the blob file into a base64 data. is it possible in Filesharer to send files directly and not as a base 64 Data. ???

moberwasserlechner commented 3 years ago

Hi,

no that is not possible.

BR, Michael

moberwasserlechner commented 3 years ago

I'm converting my downloadable file on the backend.

In Java 11 you can use that. In other langauges there is for sure something similar.

Base64.encodeBase64String(byteArray )