android-upload-service-2.0.1
Improvements:
- Added
setUtf8Charset()
method toMultipartUploadRequest
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 properAuthentication
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