B4J Question post image to webserver

bogdanc

Active Member
Licensed User
Longtime User
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
 

bogdanc

Active Member
Licensed User
Longtime User
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.
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
Top