M mmanso Active Member Licensed User Longtime User Dec 14, 2020 #1 Hi there, Anyone experienced HUGE slowliness when uploading a file using B4A HTTPServer form upload? Uploading to an Android box a 1.5mb file takes about 4 minutes... That box is on the local wifi network and it's a decent machine (not a very old one). Thanks.
Hi there, Anyone experienced HUGE slowliness when uploading a file using B4A HTTPServer form upload? Uploading to an Android box a 1.5mb file takes about 4 minutes... That box is on the local wifi network and it's a decent machine (not a very old one). Thanks.
Erel B4X founder Staff member Licensed User Longtime User Dec 15, 2020 #2 I wouldn't use HttpServer library for this. Simpler and better options including: MQTT, FTP, sockets + AsyncStreams. Upvote 0
I wouldn't use HttpServer library for this. Simpler and better options including: MQTT, FTP, sockets + AsyncStreams.