Erel B4X founder Staff member Licensed User Longtime User Dec 24, 2024 #2 Snger said: Please Tell me ! Click to expand... We can't. It depends on your specific server configuration. Http servers don't provide a default method for file uploads. Upvote 0
Snger said: Please Tell me ! Click to expand... We can't. It depends on your specific server configuration. Http servers don't provide a default method for file uploads.
Erel B4X founder Staff member Licensed User Longtime User Dec 27, 2024 #4 PHP runs on your server. Yes, you can add a PHP script that will let you upload files from clients. And then upload the file with OkHttpUtils2. Upvote 0
PHP runs on your server. Yes, you can add a PHP script that will let you upload files from clients. And then upload the file with OkHttpUtils2.