Hi
In my application I am giving the option to the user to select a profile image.. I am able to make a camera service which brings the image from the gallery. As mentioned in the following example:
http://docs.appery.io/tutorials/using...
I was wondering about the next step. That is, How can I upload the image (file transfer) to an external directory and database, that happens when the user presses the update profile button.
your example shows uploading to Appery database, can you help on how one can do so to an external database and directory. I am using ajax post to submit the rest of the form.
thx.