Question
How to set up a URL that I can upload files to server using HTTP post requests?
I have written an android app that uploads files using http post requests (multipart form). I have tested the app using requestbin.in and the files do seem to be “uploading”.
Now what I want to do is create a url (preferable serverip/upload) which my http post requests will be sent to. The server needs to accept the requests and save the files into a specified folder.
I am very new to this stuff, so some form of help would be very much appreciated.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×