I create an application of user registration. When user registers in the application, I want to save the user data on an HTTP server. How can I do this?
I create an application of user registration. When user registers in the application, I
Share
You can store data on a remote server using networking. One example in this article.
Example of how to store a file on a remote server (from the article above):