Skip to content

Testing and working examples

Alex Gotev edited this page Oct 17, 2020 · 15 revisions

To test Android Upload Service, you need a client app, a server and stuff to upload.

For the server part:

  • Use your own server (which handles one or more of the supported upload types)
  • Use the Upload Service Demo Server which handles multipart and binary uploads and supports basic auth
  • Use the excellent http://ptsv2.com/ (bear in mind that the data you post there is public!) for HTTP Multipart requests

For the client app part, check the apps in the examples

have a problem and don't know from where to start? Check the troubleshooting procedure.