Android Question Uploading an Image to webserver

Johnson Samuel

Member
Licensed User
Longtime User
I want to save an Image from the mobile to some file in webserver. Not to mysql. How to do this using B4A. Can anyone help in this.?
 

DonManfred

Expert
Licensed User
Longtime User
I want to save an Image from the mobile to some file in webserver. Not to mysql.
The best way is probably FTP (see FTP tutorial)
OR httputils sending the image to a php-script which then stores the file on your server (see my signature for an example)

OR send the files to your dropbox (see dropbox class V2 http) and then your server get the files from dropbox (maybe a php-script too).
 
Upvote 0

Similar Threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…