S splatt Active Member Licensed User Longtime User Jun 10, 2012 #1 I've been searching for a way to do this, but have not found any examples on the forum. Can files be passes via AsyncStream and if so, how?
I've been searching for a way to do this, but have not found any examples on the forum. Can files be passes via AsyncStream and if so, how?
Erel B4X founder Staff member Licensed User Longtime User Jun 10, 2012 #2 You should convert the file to an array of bytes and then send it. Upvote 0
S splatt Active Member Licensed User Longtime User Jun 11, 2012 #3 I'm trying to send a small .jpg file. How would this be converted to a byte array? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jun 12, 2012 #4 See this code: http://www.b4x.com/forum/basic4andr...10012-writing-image-byte-array.html#post55567 Upvote 0
S splatt Active Member Licensed User Longtime User Jun 12, 2012 #5 Amazed you had time to respond with whats going on today. Thanks as always Erel! Upvote 0