jinyistudio Well-Known Member Licensed User Longtime User Jul 30, 2017 #1 Hi Does the OkHttpUtils2_NONUI could be http server and work with ABMateriak(5.8) together to receive multi http request ?
Hi Does the OkHttpUtils2_NONUI could be http server and work with ABMateriak(5.8) together to receive multi http request ?
Erel B4X founder Staff member Licensed User Longtime User Jul 30, 2017 #2 No. OkHttpUtils2 implements the client side. jServer = http server. It supports multipart requests. https://www.b4x.com/android/forum/threads/server-building-web-servers-with-b4j.37172/#content Online example: https://b4x.com:51041/websocket_with_fileupload/index.html Upvote 0
No. OkHttpUtils2 implements the client side. jServer = http server. It supports multipart requests. https://www.b4x.com/android/forum/threads/server-building-web-servers-with-b4j.37172/#content Online example: https://b4x.com:51041/websocket_with_fileupload/index.html