microbox Active Member Licensed User Longtime User Jun 25, 2021 #1 Hi everyone, I'm using the example Network +Async + Serializator to send a pdf (from fix directory) file to another phone. Is there an example code(snippet) that I can try? And also how can save the sent file to a specified folder? Kind regards, joe Last edited: Jun 25, 2021
Hi everyone, I'm using the example Network +Async + Serializator to send a pdf (from fix directory) file to another phone. Is there an example code(snippet) that I can try? And also how can save the sent file to a specified folder? Kind regards, joe
Erel B4X founder Staff member Licensed User Longtime User Jun 25, 2021 #2 This one is much simpler: https://www.b4x.com/android/forum/t...-asyncstreams-b4xserializator.119011/#content Simply read the bytes and send the file. Nothing special needs to be done. See how the images are sent. Upvote 0
This one is much simpler: https://www.b4x.com/android/forum/t...-asyncstreams-b4xserializator.119011/#content Simply read the bytes and send the file. Nothing special needs to be done. See how the images are sent.
microbox Active Member Licensed User Longtime User Jun 25, 2021 #3 Thanks Erel..I will give it a try. Upvote 0