0
Can anyone help me with uploading files like word or pdf to server in android programming using java?
I have been able to upload images. most tutorials only talk about images. including firebase.
1 Odpowiedź
0
On firebase you can also upload Java Object, try to get your file into an InputStream and upload it. On Downloading get the data of this InputStream