B4J Question B4J server, B4A and B4I are clients. All about transfer huge files over internet.

dragonguy

Active Member
Licensed User
Longtime User
I have a project about client devices upload and download files from server. Which solution suitable for these case. Server need accept concurrent connections. I decide using b4xserializator to convert to byte and using a astream.write to send array byte to server. is it best way to do?

B4J server already implement with jrdc2

I have try using httpjob to send byte but result not good. Please give me a some advice.

Thanks.
 
Last edited:

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0
Top