Download Area

Home > File Sharing

Android Upload Service (free) Download Full | **UPDATE

- Android Upload Service

Android Upload Service (free) Download Full | **UPDATE

Published Date: 2024-04-14

Android Upload Service Free Download

Android Upload Service (AUS) is a free and open-source app that allows users to upload files to the cloud. It is a simple and easy-to-use app that can be used to upload photos, videos, music, and other files. AUS supports a variety of cloud storage providers, including Google Drive, Dropbox, and Microsoft OneDrive. The app also allows users to create and manage their own cloud storage accounts.

AUS is a great option for users who want to upload files to the cloud without having to pay for a subscription. The app is free to download and use, and it offers a wide range of features. AUS is also a very user-friendly app, making it easy for users to upload and manage their files. If you are looking for a free and easy-to-use way to upload files to the cloud, then AUS is a great option.


Android Upload Service: Easily upload files (Multipart/Binary/FTP out of the box) in the background with progress notification. Support for persistent upload requests, customizations and custom plugins. At the core of the library, there is a Service that handles multiple concurrent upload tasks in the background. It publishes broadcast intents to notify status. This way the logic is completely decoupled from the UI. You are safe launching upload requests from your fragments, activities and services without worrying about locking the thread in which you are. Check the wiki to learn how you can use it in your App. You are also safe if your app is put in the background. All the uploads will continue to be executed also when your device is idle. Bear in mind that if you kill your app, the service gets killed as well, as it's attached to your app's process and all the currently running uploads will be terminated abruptly.