Skip to content

android-upload-service-2.0.1

Compare
Choose a tag to compare
@gotev gotev released this 10 Feb 20:23
· 543 commits to master since this release

Improvements:

  • Added setUtf8Charset() method to MultipartUploadRequest to be able to use non-latin characters in file names and parameters
  • Added utility method setBasicAuth("username", "password") to multipart and binary upload request builders, to easily set the proper Authentication header for HTTP Basic Authentication requests. For security reasons, you should use basic auth only on HTTPS connections
  • Extended node.js demo server provided in the examples by adding HTTP basic auth endpoints for both multipart and binary upload types
  • Small fixes