bogdanc Active Member Licensed User Longtime User Feb 7, 2017 #1 Hi! I need to post image to server and execute on it php script when php script finish it post / print info that I need to read. Is there tutorial how to post to server enytghing? like post form etc? Thank Yo
Hi! I need to post image to server and execute on it php script when php script finish it post / print info that I need to read. Is there tutorial how to post to server enytghing? like post form etc? Thank Yo
Erel B4X founder Staff member Licensed User Longtime User Feb 8, 2017 #2 You can use jOkHttpUtils2 to send anything you like to a http server. You can also implement the server with B4J. It will be simpler and better. Upvote 0
You can use jOkHttpUtils2 to send anything you like to a http server. You can also implement the server with B4J. It will be simpler and better.
bogdanc Active Member Licensed User Longtime User Feb 8, 2017 #3 Erel said: You can use jOkHttpUtils2 to send anything you like to a http server. You can also implement the server with B4J. It will be simpler and better. Click to expand... I have the server which do some operation on the bmp files and I need to post img to server to execute the php script with posting back info to me. Will I get a respond from that module? Thanks Upvote 0
Erel said: You can use jOkHttpUtils2 to send anything you like to a http server. You can also implement the server with B4J. It will be simpler and better. Click to expand... I have the server which do some operation on the bmp files and I need to post img to server to execute the php script with posting back info to me. Will I get a respond from that module? Thanks
Erel B4X founder Staff member Licensed User Longtime User Feb 9, 2017 #4 See this tutorial: https://www.b4x.com/android/forum/threads/18992/#content Upvote 0