metzeller_2013 Member Licensed User Longtime User Aug 7, 2017 #1 Hi, Is there a way to track the progress of a file transfer via wifi in this thread? [B4X] Network + AsyncStreams + B4XSerializator
Hi, Is there a way to track the progress of a file transfer via wifi in this thread? [B4X] Network + AsyncStreams + B4XSerializator
Erel B4X founder Staff member Licensed User Longtime User Aug 7, 2017 #2 You can use AStream.WriteStream instead of WriteData and handle the NewStream event instead of NewData. This will allow you to monitor the progress by checking the values of AStream.StreamReceived and StreamTotal. Upvote 0
You can use AStream.WriteStream instead of WriteData and handle the NewStream event instead of NewData. This will allow you to monitor the progress by checking the values of AStream.StreamReceived and StreamTotal.