C CraigWZ Member Licensed User May 16, 2018 #1 Hi all, Can someone tell me how to upload pictures(photographs taken from my phone) from my phone to an ASP.Net web server. Example project would be great!! Thank you! Craig
Hi all, Can someone tell me how to upload pictures(photographs taken from my phone) from my phone to an ASP.Net web server. Example project would be great!! Thank you! Craig
Erel B4X founder Staff member Licensed User Longtime User May 17, 2018 #2 Let the user select the picture with ContentChooser and then upload it with OkHttpUtils2. The exact format depends on your server configuration. Upvote 0
Let the user select the picture with ContentChooser and then upload it with OkHttpUtils2. The exact format depends on your server configuration.