V Vern Member Licensed User Longtime User Dec 9, 2016 #1 My app uses FTP to upload data files and photos to my server but it only works when connected to WiFi. I'm looking for examples of how to code this so it uploads over 4G. Thanks.
My app uses FTP to upload data files and photos to my server but it only works when connected to WiFi. I'm looking for examples of how to code this so it uploads over 4G. Thanks.
Erel B4X founder Staff member Licensed User Longtime User Dec 9, 2016 #2 Set PassiveMode to true. Upvote 0
V Vern Member Licensed User Longtime User Dec 12, 2016 #3 Erel said: Set PassiveMode to true. Click to expand... Confirmed. Setting PassiveMode to true solved the problem and the app can now upload over 4G. Thanks. Upvote 0
Erel said: Set PassiveMode to true. Click to expand... Confirmed. Setting PassiveMode to true solved the problem and the app can now upload over 4G. Thanks.