Good day. We have a php page with the ability to manually download files through a computer. What we do not have, but we want to have: you need to transfer a file to this very page from the android application (as if the user selected the file and clicked "Download" via the PC). And then work with this file as usual. After the work with the file has been completed, return the message to the user, saying that the file is uploaded. How do we realize this? What to google? Please send in the right direction.
1 answer
If you google: POST request, multipart / form-data and how to create such a (POST) request in Androyd .
|